Class RealmRepresentation


  • public class RealmRepresentation
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Field Detail

      • realm

        protected String realm
      • displayName

        protected String displayName
      • displayNameHtml

        protected String displayNameHtml
      • notBefore

        protected Integer notBefore
      • defaultSignatureAlgorithm

        protected String defaultSignatureAlgorithm
      • revokeRefreshToken

        protected Boolean revokeRefreshToken
      • refreshTokenMaxReuse

        protected Integer refreshTokenMaxReuse
      • accessTokenLifespan

        protected Integer accessTokenLifespan
      • accessTokenLifespanForImplicitFlow

        protected Integer accessTokenLifespanForImplicitFlow
      • ssoSessionIdleTimeout

        protected Integer ssoSessionIdleTimeout
      • ssoSessionMaxLifespan

        protected Integer ssoSessionMaxLifespan
      • ssoSessionIdleTimeoutRememberMe

        protected Integer ssoSessionIdleTimeoutRememberMe
      • ssoSessionMaxLifespanRememberMe

        protected Integer ssoSessionMaxLifespanRememberMe
      • offlineSessionIdleTimeout

        protected Integer offlineSessionIdleTimeout
      • offlineSessionMaxLifespanEnabled

        protected Boolean offlineSessionMaxLifespanEnabled
      • offlineSessionMaxLifespan

        protected Integer offlineSessionMaxLifespan
      • clientSessionIdleTimeout

        protected Integer clientSessionIdleTimeout
      • clientSessionMaxLifespan

        protected Integer clientSessionMaxLifespan
      • clientOfflineSessionIdleTimeout

        protected Integer clientOfflineSessionIdleTimeout
      • clientOfflineSessionMaxLifespan

        protected Integer clientOfflineSessionMaxLifespan
      • accessCodeLifespan

        protected Integer accessCodeLifespan
      • accessCodeLifespanUserAction

        protected Integer accessCodeLifespanUserAction
      • accessCodeLifespanLogin

        protected Integer accessCodeLifespanLogin
      • actionTokenGeneratedByAdminLifespan

        protected Integer actionTokenGeneratedByAdminLifespan
      • actionTokenGeneratedByUserLifespan

        protected Integer actionTokenGeneratedByUserLifespan
      • oauth2DeviceCodeLifespan

        protected Integer oauth2DeviceCodeLifespan
      • oauth2DevicePollingInterval

        protected Integer oauth2DevicePollingInterval
      • enabled

        protected Boolean enabled
      • sslRequired

        protected String sslRequired
      • passwordCredentialGrantAllowed

        @Deprecated
        protected Boolean passwordCredentialGrantAllowed
        Deprecated.
      • registrationAllowed

        protected Boolean registrationAllowed
      • registrationEmailAsUsername

        protected Boolean registrationEmailAsUsername
      • rememberMe

        protected Boolean rememberMe
      • verifyEmail

        protected Boolean verifyEmail
      • loginWithEmailAllowed

        protected Boolean loginWithEmailAllowed
      • duplicateEmailsAllowed

        protected Boolean duplicateEmailsAllowed
      • resetPasswordAllowed

        protected Boolean resetPasswordAllowed
      • editUsernameAllowed

        protected Boolean editUsernameAllowed
      • bruteForceProtected

        protected Boolean bruteForceProtected
      • permanentLockout

        protected Boolean permanentLockout
      • maxFailureWaitSeconds

        protected Integer maxFailureWaitSeconds
      • minimumQuickLoginWaitSeconds

        protected Integer minimumQuickLoginWaitSeconds
      • waitIncrementSeconds

        protected Integer waitIncrementSeconds
      • quickLoginCheckMilliSeconds

        protected Long quickLoginCheckMilliSeconds
      • maxDeltaTimeSeconds

        protected Integer maxDeltaTimeSeconds
      • failureFactor

        protected Integer failureFactor
      • defaultGroups

        protected List<String> defaultGroups
      • passwordPolicy

        protected String passwordPolicy
      • otpPolicyType

        protected String otpPolicyType
      • otpPolicyAlgorithm

        protected String otpPolicyAlgorithm
      • otpPolicyInitialCounter

        protected Integer otpPolicyInitialCounter
      • otpPolicyDigits

        protected Integer otpPolicyDigits
      • otpPolicyLookAheadWindow

        protected Integer otpPolicyLookAheadWindow
      • otpPolicyPeriod

        protected Integer otpPolicyPeriod
      • otpPolicyCodeReusable

        protected Boolean otpPolicyCodeReusable
      • otpSupportedApplications

        protected List<String> otpSupportedApplications
      • webAuthnPolicyRpEntityName

        protected String webAuthnPolicyRpEntityName
      • webAuthnPolicySignatureAlgorithms

        protected List<String> webAuthnPolicySignatureAlgorithms
      • webAuthnPolicyRpId

        protected String webAuthnPolicyRpId
      • webAuthnPolicyAttestationConveyancePreference

        protected String webAuthnPolicyAttestationConveyancePreference
      • webAuthnPolicyAuthenticatorAttachment

        protected String webAuthnPolicyAuthenticatorAttachment
      • webAuthnPolicyRequireResidentKey

        protected String webAuthnPolicyRequireResidentKey
      • webAuthnPolicyUserVerificationRequirement

        protected String webAuthnPolicyUserVerificationRequirement
      • webAuthnPolicyCreateTimeout

        protected Integer webAuthnPolicyCreateTimeout
      • webAuthnPolicyAvoidSameAuthenticatorRegister

        protected Boolean webAuthnPolicyAvoidSameAuthenticatorRegister
      • webAuthnPolicyAcceptableAaguids

        protected List<String> webAuthnPolicyAcceptableAaguids
      • webAuthnPolicyPasswordlessRpEntityName

        protected String webAuthnPolicyPasswordlessRpEntityName
      • webAuthnPolicyPasswordlessSignatureAlgorithms

        protected List<String> webAuthnPolicyPasswordlessSignatureAlgorithms
      • webAuthnPolicyPasswordlessRpId

        protected String webAuthnPolicyPasswordlessRpId
      • webAuthnPolicyPasswordlessAttestationConveyancePreference

        protected String webAuthnPolicyPasswordlessAttestationConveyancePreference
      • webAuthnPolicyPasswordlessAuthenticatorAttachment

        protected String webAuthnPolicyPasswordlessAuthenticatorAttachment
      • webAuthnPolicyPasswordlessRequireResidentKey

        protected String webAuthnPolicyPasswordlessRequireResidentKey
      • webAuthnPolicyPasswordlessUserVerificationRequirement

        protected String webAuthnPolicyPasswordlessUserVerificationRequirement
      • webAuthnPolicyPasswordlessCreateTimeout

        protected Integer webAuthnPolicyPasswordlessCreateTimeout
      • webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

        protected Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
      • webAuthnPolicyPasswordlessAcceptableAaguids

        protected List<String> webAuthnPolicyPasswordlessAcceptableAaguids
      • clientProfiles

        protected com.fasterxml.jackson.databind.JsonNode clientProfiles
      • clientPolicies

        protected com.fasterxml.jackson.databind.JsonNode clientPolicies
      • defaultDefaultClientScopes

        protected List<String> defaultDefaultClientScopes
      • defaultOptionalClientScopes

        protected List<String> defaultOptionalClientScopes
      • browserSecurityHeaders

        protected Map<String,​String> browserSecurityHeaders
      • loginTheme

        protected String loginTheme
      • accountTheme

        protected String accountTheme
      • adminTheme

        protected String adminTheme
      • emailTheme

        protected String emailTheme
      • eventsEnabled

        protected Boolean eventsEnabled
      • eventsExpiration

        protected Long eventsExpiration
      • eventsListeners

        protected List<String> eventsListeners
      • enabledEventTypes

        protected List<String> enabledEventTypes
      • adminEventsEnabled

        protected Boolean adminEventsEnabled
      • adminEventsDetailsEnabled

        protected Boolean adminEventsDetailsEnabled
      • internationalizationEnabled

        protected Boolean internationalizationEnabled
      • supportedLocales

        protected Set<String> supportedLocales
      • defaultLocale

        protected String defaultLocale
      • browserFlow

        protected String browserFlow
      • registrationFlow

        protected String registrationFlow
      • directGrantFlow

        protected String directGrantFlow
      • resetCredentialsFlow

        protected String resetCredentialsFlow
      • clientAuthenticationFlow

        protected String clientAuthenticationFlow
      • dockerAuthenticationFlow

        protected String dockerAuthenticationFlow
      • keycloakVersion

        protected String keycloakVersion
      • userManagedAccessAllowed

        protected Boolean userManagedAccessAllowed
      • updateProfileOnInitialSocialLogin

        @Deprecated
        protected Boolean updateProfileOnInitialSocialLogin
        Deprecated.
    • Constructor Detail

      • RealmRepresentation

        public RealmRepresentation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getRealm

        public String getRealm()
      • setRealm

        public void setRealm​(String realm)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getDisplayNameHtml

        public String getDisplayNameHtml()
      • setDisplayNameHtml

        public void setDisplayNameHtml​(String displayNameHtml)
      • isEnabled

        public Boolean isEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getSslRequired

        public String getSslRequired()
      • setSslRequired

        public void setSslRequired​(String sslRequired)
      • getDefaultSignatureAlgorithm

        public String getDefaultSignatureAlgorithm()
      • setDefaultSignatureAlgorithm

        public void setDefaultSignatureAlgorithm​(String defaultSignatureAlgorithm)
      • getRevokeRefreshToken

        public Boolean getRevokeRefreshToken()
      • setRevokeRefreshToken

        public void setRevokeRefreshToken​(Boolean revokeRefreshToken)
      • getRefreshTokenMaxReuse

        public Integer getRefreshTokenMaxReuse()
      • setRefreshTokenMaxReuse

        public void setRefreshTokenMaxReuse​(Integer refreshTokenMaxReuse)
      • getAccessTokenLifespan

        public Integer getAccessTokenLifespan()
      • setAccessTokenLifespan

        public void setAccessTokenLifespan​(Integer accessTokenLifespan)
      • getAccessTokenLifespanForImplicitFlow

        public Integer getAccessTokenLifespanForImplicitFlow()
      • setAccessTokenLifespanForImplicitFlow

        public void setAccessTokenLifespanForImplicitFlow​(Integer accessTokenLifespanForImplicitFlow)
      • getSsoSessionIdleTimeout

        public Integer getSsoSessionIdleTimeout()
      • setSsoSessionIdleTimeout

        public void setSsoSessionIdleTimeout​(Integer ssoSessionIdleTimeout)
      • getSsoSessionMaxLifespan

        public Integer getSsoSessionMaxLifespan()
      • setSsoSessionMaxLifespan

        public void setSsoSessionMaxLifespan​(Integer ssoSessionMaxLifespan)
      • getSsoSessionMaxLifespanRememberMe

        public Integer getSsoSessionMaxLifespanRememberMe()
      • setSsoSessionMaxLifespanRememberMe

        public void setSsoSessionMaxLifespanRememberMe​(Integer ssoSessionMaxLifespanRememberMe)
      • getSsoSessionIdleTimeoutRememberMe

        public Integer getSsoSessionIdleTimeoutRememberMe()
      • setSsoSessionIdleTimeoutRememberMe

        public void setSsoSessionIdleTimeoutRememberMe​(Integer ssoSessionIdleTimeoutRememberMe)
      • getOfflineSessionIdleTimeout

        public Integer getOfflineSessionIdleTimeout()
      • setOfflineSessionIdleTimeout

        public void setOfflineSessionIdleTimeout​(Integer offlineSessionIdleTimeout)
      • getOfflineSessionMaxLifespanEnabled

        public Boolean getOfflineSessionMaxLifespanEnabled()
      • setOfflineSessionMaxLifespanEnabled

        public void setOfflineSessionMaxLifespanEnabled​(Boolean offlineSessionMaxLifespanEnabled)
      • getOfflineSessionMaxLifespan

        public Integer getOfflineSessionMaxLifespan()
      • setOfflineSessionMaxLifespan

        public void setOfflineSessionMaxLifespan​(Integer offlineSessionMaxLifespan)
      • getClientSessionIdleTimeout

        public Integer getClientSessionIdleTimeout()
      • setClientSessionIdleTimeout

        public void setClientSessionIdleTimeout​(Integer clientSessionIdleTimeout)
      • getClientSessionMaxLifespan

        public Integer getClientSessionMaxLifespan()
      • setClientSessionMaxLifespan

        public void setClientSessionMaxLifespan​(Integer clientSessionMaxLifespan)
      • getClientOfflineSessionIdleTimeout

        public Integer getClientOfflineSessionIdleTimeout()
      • setClientOfflineSessionIdleTimeout

        public void setClientOfflineSessionIdleTimeout​(Integer clientOfflineSessionIdleTimeout)
      • getClientOfflineSessionMaxLifespan

        public Integer getClientOfflineSessionMaxLifespan()
      • setClientOfflineSessionMaxLifespan

        public void setClientOfflineSessionMaxLifespan​(Integer clientOfflineSessionMaxLifespan)
      • setRequiredCredentials

        @Deprecated
        public void setRequiredCredentials​(Set<String> requiredCredentials)
        Deprecated.
      • getPasswordPolicy

        public String getPasswordPolicy()
      • setPasswordPolicy

        public void setPasswordPolicy​(String passwordPolicy)
      • getAccessCodeLifespan

        public Integer getAccessCodeLifespan()
      • setAccessCodeLifespan

        public void setAccessCodeLifespan​(Integer accessCodeLifespan)
      • getAccessCodeLifespanUserAction

        public Integer getAccessCodeLifespanUserAction()
      • setAccessCodeLifespanUserAction

        public void setAccessCodeLifespanUserAction​(Integer accessCodeLifespanUserAction)
      • getAccessCodeLifespanLogin

        public Integer getAccessCodeLifespanLogin()
      • setAccessCodeLifespanLogin

        public void setAccessCodeLifespanLogin​(Integer accessCodeLifespanLogin)
      • getActionTokenGeneratedByAdminLifespan

        public Integer getActionTokenGeneratedByAdminLifespan()
      • setActionTokenGeneratedByAdminLifespan

        public void setActionTokenGeneratedByAdminLifespan​(Integer actionTokenGeneratedByAdminLifespan)
      • setOAuth2DeviceCodeLifespan

        public void setOAuth2DeviceCodeLifespan​(Integer oauth2DeviceCodeLifespan)
      • getOAuth2DeviceCodeLifespan

        public Integer getOAuth2DeviceCodeLifespan()
      • setOAuth2DevicePollingInterval

        public void setOAuth2DevicePollingInterval​(Integer oauth2DevicePollingInterval)
      • getOAuth2DevicePollingInterval

        public Integer getOAuth2DevicePollingInterval()
      • getActionTokenGeneratedByUserLifespan

        public Integer getActionTokenGeneratedByUserLifespan()
      • setActionTokenGeneratedByUserLifespan

        public void setActionTokenGeneratedByUserLifespan​(Integer actionTokenGeneratedByUserLifespan)
      • getDefaultGroups

        public List<String> getDefaultGroups()
      • setDefaultGroups

        public void setDefaultGroups​(List<String> defaultGroups)
      • getPrivateKey

        public String getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • getPublicKey

        public String getPublicKey()
      • setPublicKey

        public void setPublicKey​(String publicKey)
      • getCertificate

        public String getCertificate()
      • setCertificate

        public void setCertificate​(String certificate)
      • getCodeSecret

        public String getCodeSecret()
      • setCodeSecret

        public void setCodeSecret​(String codeSecret)
      • isPasswordCredentialGrantAllowed

        public Boolean isPasswordCredentialGrantAllowed()
      • isRegistrationAllowed

        public Boolean isRegistrationAllowed()
      • setRegistrationAllowed

        public void setRegistrationAllowed​(Boolean registrationAllowed)
      • isRegistrationEmailAsUsername

        public Boolean isRegistrationEmailAsUsername()
      • setRegistrationEmailAsUsername

        public void setRegistrationEmailAsUsername​(Boolean registrationEmailAsUsername)
      • isRememberMe

        public Boolean isRememberMe()
      • setRememberMe

        public void setRememberMe​(Boolean rememberMe)
      • isVerifyEmail

        public Boolean isVerifyEmail()
      • setVerifyEmail

        public void setVerifyEmail​(Boolean verifyEmail)
      • isLoginWithEmailAllowed

        public Boolean isLoginWithEmailAllowed()
      • setLoginWithEmailAllowed

        public void setLoginWithEmailAllowed​(Boolean loginWithEmailAllowed)
      • isDuplicateEmailsAllowed

        public Boolean isDuplicateEmailsAllowed()
      • setDuplicateEmailsAllowed

        public void setDuplicateEmailsAllowed​(Boolean duplicateEmailsAllowed)
      • isResetPasswordAllowed

        public Boolean isResetPasswordAllowed()
      • setResetPasswordAllowed

        public void setResetPasswordAllowed​(Boolean resetPassword)
      • isEditUsernameAllowed

        public Boolean isEditUsernameAllowed()
      • setEditUsernameAllowed

        public void setEditUsernameAllowed​(Boolean editUsernameAllowed)
      • isUpdateProfileOnInitialSocialLogin

        @Deprecated
        public Boolean isUpdateProfileOnInitialSocialLogin()
        Deprecated.
      • getBrowserSecurityHeaders

        public Map<String,​String> getBrowserSecurityHeaders()
      • setBrowserSecurityHeaders

        public void setBrowserSecurityHeaders​(Map<String,​String> browserSecurityHeaders)
      • setSmtpServer

        public void setSmtpServer​(Map<String,​String> smtpServer)
      • getLoginTheme

        public String getLoginTheme()
      • setLoginTheme

        public void setLoginTheme​(String loginTheme)
      • getAccountTheme

        public String getAccountTheme()
      • setAccountTheme

        public void setAccountTheme​(String accountTheme)
      • getAdminTheme

        public String getAdminTheme()
      • setAdminTheme

        public void setAdminTheme​(String adminTheme)
      • getEmailTheme

        public String getEmailTheme()
      • setEmailTheme

        public void setEmailTheme​(String emailTheme)
      • getNotBefore

        public Integer getNotBefore()
      • setNotBefore

        public void setNotBefore​(Integer notBefore)
      • isBruteForceProtected

        public Boolean isBruteForceProtected()
      • setBruteForceProtected

        public void setBruteForceProtected​(Boolean bruteForceProtected)
      • isPermanentLockout

        public Boolean isPermanentLockout()
      • setPermanentLockout

        public void setPermanentLockout​(Boolean permanentLockout)
      • getMaxFailureWaitSeconds

        public Integer getMaxFailureWaitSeconds()
      • setMaxFailureWaitSeconds

        public void setMaxFailureWaitSeconds​(Integer maxFailureWaitSeconds)
      • getMinimumQuickLoginWaitSeconds

        public Integer getMinimumQuickLoginWaitSeconds()
      • setMinimumQuickLoginWaitSeconds

        public void setMinimumQuickLoginWaitSeconds​(Integer minimumQuickLoginWaitSeconds)
      • getWaitIncrementSeconds

        public Integer getWaitIncrementSeconds()
      • setWaitIncrementSeconds

        public void setWaitIncrementSeconds​(Integer waitIncrementSeconds)
      • getQuickLoginCheckMilliSeconds

        public Long getQuickLoginCheckMilliSeconds()
      • setQuickLoginCheckMilliSeconds

        public void setQuickLoginCheckMilliSeconds​(Long quickLoginCheckMilliSeconds)
      • getMaxDeltaTimeSeconds

        public Integer getMaxDeltaTimeSeconds()
      • setMaxDeltaTimeSeconds

        public void setMaxDeltaTimeSeconds​(Integer maxDeltaTimeSeconds)
      • getFailureFactor

        public Integer getFailureFactor()
      • setFailureFactor

        public void setFailureFactor​(Integer failureFactor)
      • isEventsEnabled

        public Boolean isEventsEnabled()
      • setEventsEnabled

        public void setEventsEnabled​(boolean eventsEnabled)
      • getEventsExpiration

        public Long getEventsExpiration()
      • setEventsExpiration

        public void setEventsExpiration​(long eventsExpiration)
      • getEventsListeners

        public List<String> getEventsListeners()
      • setEventsListeners

        public void setEventsListeners​(List<String> eventsListeners)
      • getEnabledEventTypes

        public List<String> getEnabledEventTypes()
      • setEnabledEventTypes

        public void setEnabledEventTypes​(List<String> enabledEventTypes)
      • isAdminEventsEnabled

        public Boolean isAdminEventsEnabled()
      • setAdminEventsEnabled

        public void setAdminEventsEnabled​(Boolean adminEventsEnabled)
      • isAdminEventsDetailsEnabled

        public Boolean isAdminEventsDetailsEnabled()
      • setAdminEventsDetailsEnabled

        public void setAdminEventsDetailsEnabled​(Boolean adminEventsDetailsEnabled)
      • isInternationalizationEnabled

        public Boolean isInternationalizationEnabled()
      • setInternationalizationEnabled

        public void setInternationalizationEnabled​(Boolean internationalizationEnabled)
      • getSupportedLocales

        public Set<String> getSupportedLocales()
      • addSupportedLocales

        public void addSupportedLocales​(String locale)
      • setSupportedLocales

        public void setSupportedLocales​(Set<String> supportedLocales)
      • getDefaultLocale

        public String getDefaultLocale()
      • setDefaultLocale

        public void setDefaultLocale​(String defaultLocale)
      • getOtpPolicyType

        public String getOtpPolicyType()
      • setOtpPolicyType

        public void setOtpPolicyType​(String otpPolicyType)
      • getOtpPolicyAlgorithm

        public String getOtpPolicyAlgorithm()
      • setOtpPolicyAlgorithm

        public void setOtpPolicyAlgorithm​(String otpPolicyAlgorithm)
      • getOtpPolicyInitialCounter

        public Integer getOtpPolicyInitialCounter()
      • setOtpPolicyInitialCounter

        public void setOtpPolicyInitialCounter​(Integer otpPolicyInitialCounter)
      • getOtpPolicyDigits

        public Integer getOtpPolicyDigits()
      • setOtpPolicyDigits

        public void setOtpPolicyDigits​(Integer otpPolicyDigits)
      • getOtpPolicyLookAheadWindow

        public Integer getOtpPolicyLookAheadWindow()
      • setOtpPolicyLookAheadWindow

        public void setOtpPolicyLookAheadWindow​(Integer otpPolicyLookAheadWindow)
      • getOtpPolicyPeriod

        public Integer getOtpPolicyPeriod()
      • setOtpPolicyPeriod

        public void setOtpPolicyPeriod​(Integer otpPolicyPeriod)
      • getOtpSupportedApplications

        public List<String> getOtpSupportedApplications()
      • setOtpSupportedApplications

        public void setOtpSupportedApplications​(List<String> otpSupportedApplications)
      • isOtpPolicyCodeReusable

        public Boolean isOtpPolicyCodeReusable()
      • setOtpPolicyCodeReusable

        public void setOtpPolicyCodeReusable​(Boolean isCodeReusable)
      • getWebAuthnPolicyRpEntityName

        public String getWebAuthnPolicyRpEntityName()
      • setWebAuthnPolicyRpEntityName

        public void setWebAuthnPolicyRpEntityName​(String webAuthnPolicyRpEntityName)
      • getWebAuthnPolicySignatureAlgorithms

        public List<String> getWebAuthnPolicySignatureAlgorithms()
      • setWebAuthnPolicySignatureAlgorithms

        public void setWebAuthnPolicySignatureAlgorithms​(List<String> webAuthnPolicySignatureAlgorithms)
      • getWebAuthnPolicyRpId

        public String getWebAuthnPolicyRpId()
      • setWebAuthnPolicyRpId

        public void setWebAuthnPolicyRpId​(String webAuthnPolicyRpId)
      • getWebAuthnPolicyAttestationConveyancePreference

        public String getWebAuthnPolicyAttestationConveyancePreference()
      • setWebAuthnPolicyAttestationConveyancePreference

        public void setWebAuthnPolicyAttestationConveyancePreference​(String webAuthnPolicyAttestationConveyancePreference)
      • getWebAuthnPolicyAuthenticatorAttachment

        public String getWebAuthnPolicyAuthenticatorAttachment()
      • setWebAuthnPolicyAuthenticatorAttachment

        public void setWebAuthnPolicyAuthenticatorAttachment​(String webAuthnPolicyAuthenticatorAttachment)
      • getWebAuthnPolicyRequireResidentKey

        public String getWebAuthnPolicyRequireResidentKey()
      • setWebAuthnPolicyRequireResidentKey

        public void setWebAuthnPolicyRequireResidentKey​(String webAuthnPolicyRequireResidentKey)
      • getWebAuthnPolicyUserVerificationRequirement

        public String getWebAuthnPolicyUserVerificationRequirement()
      • setWebAuthnPolicyUserVerificationRequirement

        public void setWebAuthnPolicyUserVerificationRequirement​(String webAuthnPolicyUserVerificationRequirement)
      • getWebAuthnPolicyCreateTimeout

        public Integer getWebAuthnPolicyCreateTimeout()
      • setWebAuthnPolicyCreateTimeout

        public void setWebAuthnPolicyCreateTimeout​(Integer webAuthnPolicyCreateTimeout)
      • isWebAuthnPolicyAvoidSameAuthenticatorRegister

        public Boolean isWebAuthnPolicyAvoidSameAuthenticatorRegister()
      • setWebAuthnPolicyAvoidSameAuthenticatorRegister

        public void setWebAuthnPolicyAvoidSameAuthenticatorRegister​(Boolean webAuthnPolicyAvoidSameAuthenticatorRegister)
      • getWebAuthnPolicyAcceptableAaguids

        public List<String> getWebAuthnPolicyAcceptableAaguids()
      • setWebAuthnPolicyAcceptableAaguids

        public void setWebAuthnPolicyAcceptableAaguids​(List<String> webAuthnPolicyAcceptableAaguids)
      • getWebAuthnPolicyPasswordlessRpEntityName

        public String getWebAuthnPolicyPasswordlessRpEntityName()
      • setWebAuthnPolicyPasswordlessRpEntityName

        public void setWebAuthnPolicyPasswordlessRpEntityName​(String webAuthnPolicyPasswordlessRpEntityName)
      • getWebAuthnPolicyPasswordlessSignatureAlgorithms

        public List<String> getWebAuthnPolicyPasswordlessSignatureAlgorithms()
      • setWebAuthnPolicyPasswordlessSignatureAlgorithms

        public void setWebAuthnPolicyPasswordlessSignatureAlgorithms​(List<String> webAuthnPolicyPasswordlessSignatureAlgorithms)
      • getWebAuthnPolicyPasswordlessRpId

        public String getWebAuthnPolicyPasswordlessRpId()
      • setWebAuthnPolicyPasswordlessRpId

        public void setWebAuthnPolicyPasswordlessRpId​(String webAuthnPolicyPasswordlessRpId)
      • getWebAuthnPolicyPasswordlessAttestationConveyancePreference

        public String getWebAuthnPolicyPasswordlessAttestationConveyancePreference()
      • setWebAuthnPolicyPasswordlessAttestationConveyancePreference

        public void setWebAuthnPolicyPasswordlessAttestationConveyancePreference​(String webAuthnPolicyPasswordlessAttestationConveyancePreference)
      • getWebAuthnPolicyPasswordlessAuthenticatorAttachment

        public String getWebAuthnPolicyPasswordlessAuthenticatorAttachment()
      • setWebAuthnPolicyPasswordlessAuthenticatorAttachment

        public void setWebAuthnPolicyPasswordlessAuthenticatorAttachment​(String webAuthnPolicyPasswordlessAuthenticatorAttachment)
      • getWebAuthnPolicyPasswordlessRequireResidentKey

        public String getWebAuthnPolicyPasswordlessRequireResidentKey()
      • setWebAuthnPolicyPasswordlessRequireResidentKey

        public void setWebAuthnPolicyPasswordlessRequireResidentKey​(String webAuthnPolicyPasswordlessRequireResidentKey)
      • getWebAuthnPolicyPasswordlessUserVerificationRequirement

        public String getWebAuthnPolicyPasswordlessUserVerificationRequirement()
      • setWebAuthnPolicyPasswordlessUserVerificationRequirement

        public void setWebAuthnPolicyPasswordlessUserVerificationRequirement​(String webAuthnPolicyPasswordlessUserVerificationRequirement)
      • getWebAuthnPolicyPasswordlessCreateTimeout

        public Integer getWebAuthnPolicyPasswordlessCreateTimeout()
      • setWebAuthnPolicyPasswordlessCreateTimeout

        public void setWebAuthnPolicyPasswordlessCreateTimeout​(Integer webAuthnPolicyPasswordlessCreateTimeout)
      • isWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

        public Boolean isWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister()
      • setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

        public void setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister​(Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister)
      • getWebAuthnPolicyPasswordlessAcceptableAaguids

        public List<String> getWebAuthnPolicyPasswordlessAcceptableAaguids()
      • setWebAuthnPolicyPasswordlessAcceptableAaguids

        public void setWebAuthnPolicyPasswordlessAcceptableAaguids​(List<String> webAuthnPolicyPasswordlessAcceptableAaguids)
      • getBrowserFlow

        public String getBrowserFlow()
      • setBrowserFlow

        public void setBrowserFlow​(String browserFlow)
      • getRegistrationFlow

        public String getRegistrationFlow()
      • setRegistrationFlow

        public void setRegistrationFlow​(String registrationFlow)
      • getDirectGrantFlow

        public String getDirectGrantFlow()
      • setDirectGrantFlow

        public void setDirectGrantFlow​(String directGrantFlow)
      • getResetCredentialsFlow

        public String getResetCredentialsFlow()
      • setResetCredentialsFlow

        public void setResetCredentialsFlow​(String resetCredentialsFlow)
      • getClientAuthenticationFlow

        public String getClientAuthenticationFlow()
      • setClientAuthenticationFlow

        public void setClientAuthenticationFlow​(String clientAuthenticationFlow)
      • getDockerAuthenticationFlow

        public String getDockerAuthenticationFlow()
      • getKeycloakVersion

        public String getKeycloakVersion()
      • setKeycloakVersion

        public void setKeycloakVersion​(String keycloakVersion)
      • getDefaultDefaultClientScopes

        public List<String> getDefaultDefaultClientScopes()
      • setDefaultDefaultClientScopes

        public void setDefaultDefaultClientScopes​(List<String> defaultDefaultClientScopes)
      • getDefaultOptionalClientScopes

        public List<String> getDefaultOptionalClientScopes()
      • setDefaultOptionalClientScopes

        public void setDefaultOptionalClientScopes​(List<String> defaultOptionalClientScopes)
      • isIdentityFederationEnabled

        public boolean isIdentityFederationEnabled()
      • setAttributes

        public void setAttributes​(Map<String,​String> attributes)
      • setUserManagedAccessAllowed

        public void setUserManagedAccessAllowed​(Boolean userManagedAccessAllowed)
      • isUserManagedAccessAllowed

        public Boolean isUserManagedAccessAllowed()
      • getAttributesOrEmpty

        public Map<String,​String> getAttributesOrEmpty()