Class RealmRepresentation

java.lang.Object
org.bremersee.keycloak.api.model.RealmRepresentation

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public class RealmRepresentation extends Object
RealmRepresentation
  • Constructor Details

    • RealmRepresentation

      public RealmRepresentation()
  • Method Details

    • id

      public RealmRepresentation id(@Nullable String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • realm

      public RealmRepresentation realm(@Nullable String realm)
    • getRealm

      @Nullable public String getRealm()
      Get realm
      Returns:
      realm
    • setRealm

      public void setRealm(@Nullable String realm)
    • displayName

      public RealmRepresentation displayName(@Nullable String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      Get displayName
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(@Nullable String displayName)
    • displayNameHtml

      public RealmRepresentation displayNameHtml(@Nullable String displayNameHtml)
    • getDisplayNameHtml

      @Nullable public String getDisplayNameHtml()
      Get displayNameHtml
      Returns:
      displayNameHtml
    • setDisplayNameHtml

      public void setDisplayNameHtml(@Nullable String displayNameHtml)
    • notBefore

      public RealmRepresentation notBefore(@Nullable Integer notBefore)
    • getNotBefore

      @Nullable public Integer getNotBefore()
      Get notBefore
      Returns:
      notBefore
    • setNotBefore

      public void setNotBefore(@Nullable Integer notBefore)
    • defaultSignatureAlgorithm

      public RealmRepresentation defaultSignatureAlgorithm(@Nullable String defaultSignatureAlgorithm)
    • getDefaultSignatureAlgorithm

      @Nullable public String getDefaultSignatureAlgorithm()
      Get defaultSignatureAlgorithm
      Returns:
      defaultSignatureAlgorithm
    • setDefaultSignatureAlgorithm

      public void setDefaultSignatureAlgorithm(@Nullable String defaultSignatureAlgorithm)
    • revokeRefreshToken

      public RealmRepresentation revokeRefreshToken(@Nullable Boolean revokeRefreshToken)
    • getRevokeRefreshToken

      @Nullable public Boolean getRevokeRefreshToken()
      Get revokeRefreshToken
      Returns:
      revokeRefreshToken
    • setRevokeRefreshToken

      public void setRevokeRefreshToken(@Nullable Boolean revokeRefreshToken)
    • refreshTokenMaxReuse

      public RealmRepresentation refreshTokenMaxReuse(@Nullable Integer refreshTokenMaxReuse)
    • getRefreshTokenMaxReuse

      @Nullable public Integer getRefreshTokenMaxReuse()
      Get refreshTokenMaxReuse
      Returns:
      refreshTokenMaxReuse
    • setRefreshTokenMaxReuse

      public void setRefreshTokenMaxReuse(@Nullable Integer refreshTokenMaxReuse)
    • accessTokenLifespan

      public RealmRepresentation accessTokenLifespan(@Nullable Integer accessTokenLifespan)
    • getAccessTokenLifespan

      @Nullable public Integer getAccessTokenLifespan()
      Get accessTokenLifespan
      Returns:
      accessTokenLifespan
    • setAccessTokenLifespan

      public void setAccessTokenLifespan(@Nullable Integer accessTokenLifespan)
    • accessTokenLifespanForImplicitFlow

      public RealmRepresentation accessTokenLifespanForImplicitFlow(@Nullable Integer accessTokenLifespanForImplicitFlow)
    • getAccessTokenLifespanForImplicitFlow

      @Nullable public Integer getAccessTokenLifespanForImplicitFlow()
      Get accessTokenLifespanForImplicitFlow
      Returns:
      accessTokenLifespanForImplicitFlow
    • setAccessTokenLifespanForImplicitFlow

      public void setAccessTokenLifespanForImplicitFlow(@Nullable Integer accessTokenLifespanForImplicitFlow)
    • ssoSessionIdleTimeout

      public RealmRepresentation ssoSessionIdleTimeout(@Nullable Integer ssoSessionIdleTimeout)
    • getSsoSessionIdleTimeout

      @Nullable public Integer getSsoSessionIdleTimeout()
      Get ssoSessionIdleTimeout
      Returns:
      ssoSessionIdleTimeout
    • setSsoSessionIdleTimeout

      public void setSsoSessionIdleTimeout(@Nullable Integer ssoSessionIdleTimeout)
    • ssoSessionMaxLifespan

      public RealmRepresentation ssoSessionMaxLifespan(@Nullable Integer ssoSessionMaxLifespan)
    • getSsoSessionMaxLifespan

      @Nullable public Integer getSsoSessionMaxLifespan()
      Get ssoSessionMaxLifespan
      Returns:
      ssoSessionMaxLifespan
    • setSsoSessionMaxLifespan

      public void setSsoSessionMaxLifespan(@Nullable Integer ssoSessionMaxLifespan)
    • ssoSessionIdleTimeoutRememberMe

      public RealmRepresentation ssoSessionIdleTimeoutRememberMe(@Nullable Integer ssoSessionIdleTimeoutRememberMe)
    • getSsoSessionIdleTimeoutRememberMe

      @Nullable public Integer getSsoSessionIdleTimeoutRememberMe()
      Get ssoSessionIdleTimeoutRememberMe
      Returns:
      ssoSessionIdleTimeoutRememberMe
    • setSsoSessionIdleTimeoutRememberMe

      public void setSsoSessionIdleTimeoutRememberMe(@Nullable Integer ssoSessionIdleTimeoutRememberMe)
    • ssoSessionMaxLifespanRememberMe

      public RealmRepresentation ssoSessionMaxLifespanRememberMe(@Nullable Integer ssoSessionMaxLifespanRememberMe)
    • getSsoSessionMaxLifespanRememberMe

      @Nullable public Integer getSsoSessionMaxLifespanRememberMe()
      Get ssoSessionMaxLifespanRememberMe
      Returns:
      ssoSessionMaxLifespanRememberMe
    • setSsoSessionMaxLifespanRememberMe

      public void setSsoSessionMaxLifespanRememberMe(@Nullable Integer ssoSessionMaxLifespanRememberMe)
    • offlineSessionIdleTimeout

      public RealmRepresentation offlineSessionIdleTimeout(@Nullable Integer offlineSessionIdleTimeout)
    • getOfflineSessionIdleTimeout

      @Nullable public Integer getOfflineSessionIdleTimeout()
      Get offlineSessionIdleTimeout
      Returns:
      offlineSessionIdleTimeout
    • setOfflineSessionIdleTimeout

      public void setOfflineSessionIdleTimeout(@Nullable Integer offlineSessionIdleTimeout)
    • offlineSessionMaxLifespanEnabled

      public RealmRepresentation offlineSessionMaxLifespanEnabled(@Nullable Boolean offlineSessionMaxLifespanEnabled)
    • getOfflineSessionMaxLifespanEnabled

      @Nullable public Boolean getOfflineSessionMaxLifespanEnabled()
      Get offlineSessionMaxLifespanEnabled
      Returns:
      offlineSessionMaxLifespanEnabled
    • setOfflineSessionMaxLifespanEnabled

      public void setOfflineSessionMaxLifespanEnabled(@Nullable Boolean offlineSessionMaxLifespanEnabled)
    • offlineSessionMaxLifespan

      public RealmRepresentation offlineSessionMaxLifespan(@Nullable Integer offlineSessionMaxLifespan)
    • getOfflineSessionMaxLifespan

      @Nullable public Integer getOfflineSessionMaxLifespan()
      Get offlineSessionMaxLifespan
      Returns:
      offlineSessionMaxLifespan
    • setOfflineSessionMaxLifespan

      public void setOfflineSessionMaxLifespan(@Nullable Integer offlineSessionMaxLifespan)
    • clientSessionIdleTimeout

      public RealmRepresentation clientSessionIdleTimeout(@Nullable Integer clientSessionIdleTimeout)
    • getClientSessionIdleTimeout

      @Nullable public Integer getClientSessionIdleTimeout()
      Get clientSessionIdleTimeout
      Returns:
      clientSessionIdleTimeout
    • setClientSessionIdleTimeout

      public void setClientSessionIdleTimeout(@Nullable Integer clientSessionIdleTimeout)
    • clientSessionMaxLifespan

      public RealmRepresentation clientSessionMaxLifespan(@Nullable Integer clientSessionMaxLifespan)
    • getClientSessionMaxLifespan

      @Nullable public Integer getClientSessionMaxLifespan()
      Get clientSessionMaxLifespan
      Returns:
      clientSessionMaxLifespan
    • setClientSessionMaxLifespan

      public void setClientSessionMaxLifespan(@Nullable Integer clientSessionMaxLifespan)
    • clientOfflineSessionIdleTimeout

      public RealmRepresentation clientOfflineSessionIdleTimeout(@Nullable Integer clientOfflineSessionIdleTimeout)
    • getClientOfflineSessionIdleTimeout

      @Nullable public Integer getClientOfflineSessionIdleTimeout()
      Get clientOfflineSessionIdleTimeout
      Returns:
      clientOfflineSessionIdleTimeout
    • setClientOfflineSessionIdleTimeout

      public void setClientOfflineSessionIdleTimeout(@Nullable Integer clientOfflineSessionIdleTimeout)
    • clientOfflineSessionMaxLifespan

      public RealmRepresentation clientOfflineSessionMaxLifespan(@Nullable Integer clientOfflineSessionMaxLifespan)
    • getClientOfflineSessionMaxLifespan

      @Nullable public Integer getClientOfflineSessionMaxLifespan()
      Get clientOfflineSessionMaxLifespan
      Returns:
      clientOfflineSessionMaxLifespan
    • setClientOfflineSessionMaxLifespan

      public void setClientOfflineSessionMaxLifespan(@Nullable Integer clientOfflineSessionMaxLifespan)
    • accessCodeLifespan

      public RealmRepresentation accessCodeLifespan(@Nullable Integer accessCodeLifespan)
    • getAccessCodeLifespan

      @Nullable public Integer getAccessCodeLifespan()
      Get accessCodeLifespan
      Returns:
      accessCodeLifespan
    • setAccessCodeLifespan

      public void setAccessCodeLifespan(@Nullable Integer accessCodeLifespan)
    • accessCodeLifespanUserAction

      public RealmRepresentation accessCodeLifespanUserAction(@Nullable Integer accessCodeLifespanUserAction)
    • getAccessCodeLifespanUserAction

      @Nullable public Integer getAccessCodeLifespanUserAction()
      Get accessCodeLifespanUserAction
      Returns:
      accessCodeLifespanUserAction
    • setAccessCodeLifespanUserAction

      public void setAccessCodeLifespanUserAction(@Nullable Integer accessCodeLifespanUserAction)
    • accessCodeLifespanLogin

      public RealmRepresentation accessCodeLifespanLogin(@Nullable Integer accessCodeLifespanLogin)
    • getAccessCodeLifespanLogin

      @Nullable public Integer getAccessCodeLifespanLogin()
      Get accessCodeLifespanLogin
      Returns:
      accessCodeLifespanLogin
    • setAccessCodeLifespanLogin

      public void setAccessCodeLifespanLogin(@Nullable Integer accessCodeLifespanLogin)
    • actionTokenGeneratedByAdminLifespan

      public RealmRepresentation actionTokenGeneratedByAdminLifespan(@Nullable Integer actionTokenGeneratedByAdminLifespan)
    • getActionTokenGeneratedByAdminLifespan

      @Nullable public Integer getActionTokenGeneratedByAdminLifespan()
      Get actionTokenGeneratedByAdminLifespan
      Returns:
      actionTokenGeneratedByAdminLifespan
    • setActionTokenGeneratedByAdminLifespan

      public void setActionTokenGeneratedByAdminLifespan(@Nullable Integer actionTokenGeneratedByAdminLifespan)
    • actionTokenGeneratedByUserLifespan

      public RealmRepresentation actionTokenGeneratedByUserLifespan(@Nullable Integer actionTokenGeneratedByUserLifespan)
    • getActionTokenGeneratedByUserLifespan

      @Nullable public Integer getActionTokenGeneratedByUserLifespan()
      Get actionTokenGeneratedByUserLifespan
      Returns:
      actionTokenGeneratedByUserLifespan
    • setActionTokenGeneratedByUserLifespan

      public void setActionTokenGeneratedByUserLifespan(@Nullable Integer actionTokenGeneratedByUserLifespan)
    • oauth2DeviceCodeLifespan

      public RealmRepresentation oauth2DeviceCodeLifespan(@Nullable Integer oauth2DeviceCodeLifespan)
    • getOauth2DeviceCodeLifespan

      @Nullable public Integer getOauth2DeviceCodeLifespan()
      Get oauth2DeviceCodeLifespan
      Returns:
      oauth2DeviceCodeLifespan
    • setOauth2DeviceCodeLifespan

      public void setOauth2DeviceCodeLifespan(@Nullable Integer oauth2DeviceCodeLifespan)
    • oauth2DevicePollingInterval

      public RealmRepresentation oauth2DevicePollingInterval(@Nullable Integer oauth2DevicePollingInterval)
    • getOauth2DevicePollingInterval

      @Nullable public Integer getOauth2DevicePollingInterval()
      Get oauth2DevicePollingInterval
      Returns:
      oauth2DevicePollingInterval
    • setOauth2DevicePollingInterval

      public void setOauth2DevicePollingInterval(@Nullable Integer oauth2DevicePollingInterval)
    • enabled

      public RealmRepresentation enabled(@Nullable Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(@Nullable Boolean enabled)
    • sslRequired

      public RealmRepresentation sslRequired(@Nullable String sslRequired)
    • getSslRequired

      @Nullable public String getSslRequired()
      Get sslRequired
      Returns:
      sslRequired
    • setSslRequired

      public void setSslRequired(@Nullable String sslRequired)
    • passwordCredentialGrantAllowed

      public RealmRepresentation passwordCredentialGrantAllowed(@Nullable Boolean passwordCredentialGrantAllowed)
    • getPasswordCredentialGrantAllowed

      @Deprecated @Nullable public Boolean getPasswordCredentialGrantAllowed()
      Deprecated.
      Get passwordCredentialGrantAllowed
      Returns:
      passwordCredentialGrantAllowed
    • setPasswordCredentialGrantAllowed

      @Deprecated public void setPasswordCredentialGrantAllowed(@Nullable Boolean passwordCredentialGrantAllowed)
      Deprecated.
    • registrationAllowed

      public RealmRepresentation registrationAllowed(@Nullable Boolean registrationAllowed)
    • getRegistrationAllowed

      @Nullable public Boolean getRegistrationAllowed()
      Get registrationAllowed
      Returns:
      registrationAllowed
    • setRegistrationAllowed

      public void setRegistrationAllowed(@Nullable Boolean registrationAllowed)
    • registrationEmailAsUsername

      public RealmRepresentation registrationEmailAsUsername(@Nullable Boolean registrationEmailAsUsername)
    • getRegistrationEmailAsUsername

      @Nullable public Boolean getRegistrationEmailAsUsername()
      Get registrationEmailAsUsername
      Returns:
      registrationEmailAsUsername
    • setRegistrationEmailAsUsername

      public void setRegistrationEmailAsUsername(@Nullable Boolean registrationEmailAsUsername)
    • rememberMe

      public RealmRepresentation rememberMe(@Nullable Boolean rememberMe)
    • getRememberMe

      @Nullable public Boolean getRememberMe()
      Get rememberMe
      Returns:
      rememberMe
    • setRememberMe

      public void setRememberMe(@Nullable Boolean rememberMe)
    • verifyEmail

      public RealmRepresentation verifyEmail(@Nullable Boolean verifyEmail)
    • getVerifyEmail

      @Nullable public Boolean getVerifyEmail()
      Get verifyEmail
      Returns:
      verifyEmail
    • setVerifyEmail

      public void setVerifyEmail(@Nullable Boolean verifyEmail)
    • loginWithEmailAllowed

      public RealmRepresentation loginWithEmailAllowed(@Nullable Boolean loginWithEmailAllowed)
    • getLoginWithEmailAllowed

      @Nullable public Boolean getLoginWithEmailAllowed()
      Get loginWithEmailAllowed
      Returns:
      loginWithEmailAllowed
    • setLoginWithEmailAllowed

      public void setLoginWithEmailAllowed(@Nullable Boolean loginWithEmailAllowed)
    • duplicateEmailsAllowed

      public RealmRepresentation duplicateEmailsAllowed(@Nullable Boolean duplicateEmailsAllowed)
    • getDuplicateEmailsAllowed

      @Nullable public Boolean getDuplicateEmailsAllowed()
      Get duplicateEmailsAllowed
      Returns:
      duplicateEmailsAllowed
    • setDuplicateEmailsAllowed

      public void setDuplicateEmailsAllowed(@Nullable Boolean duplicateEmailsAllowed)
    • resetPasswordAllowed

      public RealmRepresentation resetPasswordAllowed(@Nullable Boolean resetPasswordAllowed)
    • getResetPasswordAllowed

      @Nullable public Boolean getResetPasswordAllowed()
      Get resetPasswordAllowed
      Returns:
      resetPasswordAllowed
    • setResetPasswordAllowed

      public void setResetPasswordAllowed(@Nullable Boolean resetPasswordAllowed)
    • editUsernameAllowed

      public RealmRepresentation editUsernameAllowed(@Nullable Boolean editUsernameAllowed)
    • getEditUsernameAllowed

      @Nullable public Boolean getEditUsernameAllowed()
      Get editUsernameAllowed
      Returns:
      editUsernameAllowed
    • setEditUsernameAllowed

      public void setEditUsernameAllowed(@Nullable Boolean editUsernameAllowed)
    • userCacheEnabled

      public RealmRepresentation userCacheEnabled(@Nullable Boolean userCacheEnabled)
    • getUserCacheEnabled

      @Deprecated @Nullable public Boolean getUserCacheEnabled()
      Deprecated.
      Get userCacheEnabled
      Returns:
      userCacheEnabled
    • setUserCacheEnabled

      @Deprecated public void setUserCacheEnabled(@Nullable Boolean userCacheEnabled)
      Deprecated.
    • realmCacheEnabled

      public RealmRepresentation realmCacheEnabled(@Nullable Boolean realmCacheEnabled)
    • getRealmCacheEnabled

      @Deprecated @Nullable public Boolean getRealmCacheEnabled()
      Deprecated.
      Get realmCacheEnabled
      Returns:
      realmCacheEnabled
    • setRealmCacheEnabled

      @Deprecated public void setRealmCacheEnabled(@Nullable Boolean realmCacheEnabled)
      Deprecated.
    • bruteForceProtected

      public RealmRepresentation bruteForceProtected(@Nullable Boolean bruteForceProtected)
    • getBruteForceProtected

      @Nullable public Boolean getBruteForceProtected()
      Get bruteForceProtected
      Returns:
      bruteForceProtected
    • setBruteForceProtected

      public void setBruteForceProtected(@Nullable Boolean bruteForceProtected)
    • permanentLockout

      public RealmRepresentation permanentLockout(@Nullable Boolean permanentLockout)
    • getPermanentLockout

      @Nullable public Boolean getPermanentLockout()
      Get permanentLockout
      Returns:
      permanentLockout
    • setPermanentLockout

      public void setPermanentLockout(@Nullable Boolean permanentLockout)
    • maxTemporaryLockouts

      public RealmRepresentation maxTemporaryLockouts(@Nullable Integer maxTemporaryLockouts)
    • getMaxTemporaryLockouts

      @Nullable public Integer getMaxTemporaryLockouts()
      Get maxTemporaryLockouts
      Returns:
      maxTemporaryLockouts
    • setMaxTemporaryLockouts

      public void setMaxTemporaryLockouts(@Nullable Integer maxTemporaryLockouts)
    • bruteForceStrategy

      public RealmRepresentation bruteForceStrategy(@Nullable BruteForceStrategy bruteForceStrategy)
    • getBruteForceStrategy

      @Valid @Nullable public @Valid BruteForceStrategy getBruteForceStrategy()
      Get bruteForceStrategy
      Returns:
      bruteForceStrategy
    • setBruteForceStrategy

      public void setBruteForceStrategy(@Nullable BruteForceStrategy bruteForceStrategy)
    • maxFailureWaitSeconds

      public RealmRepresentation maxFailureWaitSeconds(@Nullable Integer maxFailureWaitSeconds)
    • getMaxFailureWaitSeconds

      @Nullable public Integer getMaxFailureWaitSeconds()
      Get maxFailureWaitSeconds
      Returns:
      maxFailureWaitSeconds
    • setMaxFailureWaitSeconds

      public void setMaxFailureWaitSeconds(@Nullable Integer maxFailureWaitSeconds)
    • minimumQuickLoginWaitSeconds

      public RealmRepresentation minimumQuickLoginWaitSeconds(@Nullable Integer minimumQuickLoginWaitSeconds)
    • getMinimumQuickLoginWaitSeconds

      @Nullable public Integer getMinimumQuickLoginWaitSeconds()
      Get minimumQuickLoginWaitSeconds
      Returns:
      minimumQuickLoginWaitSeconds
    • setMinimumQuickLoginWaitSeconds

      public void setMinimumQuickLoginWaitSeconds(@Nullable Integer minimumQuickLoginWaitSeconds)
    • waitIncrementSeconds

      public RealmRepresentation waitIncrementSeconds(@Nullable Integer waitIncrementSeconds)
    • getWaitIncrementSeconds

      @Nullable public Integer getWaitIncrementSeconds()
      Get waitIncrementSeconds
      Returns:
      waitIncrementSeconds
    • setWaitIncrementSeconds

      public void setWaitIncrementSeconds(@Nullable Integer waitIncrementSeconds)
    • quickLoginCheckMilliSeconds

      public RealmRepresentation quickLoginCheckMilliSeconds(@Nullable Long quickLoginCheckMilliSeconds)
    • getQuickLoginCheckMilliSeconds

      @Nullable public Long getQuickLoginCheckMilliSeconds()
      Get quickLoginCheckMilliSeconds
      Returns:
      quickLoginCheckMilliSeconds
    • setQuickLoginCheckMilliSeconds

      public void setQuickLoginCheckMilliSeconds(@Nullable Long quickLoginCheckMilliSeconds)
    • maxDeltaTimeSeconds

      public RealmRepresentation maxDeltaTimeSeconds(@Nullable Integer maxDeltaTimeSeconds)
    • getMaxDeltaTimeSeconds

      @Nullable public Integer getMaxDeltaTimeSeconds()
      Get maxDeltaTimeSeconds
      Returns:
      maxDeltaTimeSeconds
    • setMaxDeltaTimeSeconds

      public void setMaxDeltaTimeSeconds(@Nullable Integer maxDeltaTimeSeconds)
    • failureFactor

      public RealmRepresentation failureFactor(@Nullable Integer failureFactor)
    • getFailureFactor

      @Nullable public Integer getFailureFactor()
      Get failureFactor
      Returns:
      failureFactor
    • setFailureFactor

      public void setFailureFactor(@Nullable Integer failureFactor)
    • maxSecondaryAuthFailures

      public RealmRepresentation maxSecondaryAuthFailures(@Nullable Integer maxSecondaryAuthFailures)
    • getMaxSecondaryAuthFailures

      @Nullable public Integer getMaxSecondaryAuthFailures()
      Get maxSecondaryAuthFailures
      Returns:
      maxSecondaryAuthFailures
    • setMaxSecondaryAuthFailures

      public void setMaxSecondaryAuthFailures(@Nullable Integer maxSecondaryAuthFailures)
    • privateKey

      public RealmRepresentation privateKey(@Nullable String privateKey)
    • getPrivateKey

      @Deprecated @Nullable public String getPrivateKey()
      Deprecated.
      Get privateKey
      Returns:
      privateKey
    • setPrivateKey

      @Deprecated public void setPrivateKey(@Nullable String privateKey)
      Deprecated.
    • publicKey

      public RealmRepresentation publicKey(@Nullable String publicKey)
    • getPublicKey

      @Deprecated @Nullable public String getPublicKey()
      Deprecated.
      Get publicKey
      Returns:
      publicKey
    • setPublicKey

      @Deprecated public void setPublicKey(@Nullable String publicKey)
      Deprecated.
    • certificate

      public RealmRepresentation certificate(@Nullable String certificate)
    • getCertificate

      @Deprecated @Nullable public String getCertificate()
      Deprecated.
      Get certificate
      Returns:
      certificate
    • setCertificate

      @Deprecated public void setCertificate(@Nullable String certificate)
      Deprecated.
    • codeSecret

      public RealmRepresentation codeSecret(@Nullable String codeSecret)
    • getCodeSecret

      @Deprecated @Nullable public String getCodeSecret()
      Deprecated.
      Get codeSecret
      Returns:
      codeSecret
    • setCodeSecret

      @Deprecated public void setCodeSecret(@Nullable String codeSecret)
      Deprecated.
    • roles

      public RealmRepresentation roles(@Nullable RolesRepresentation roles)
    • getRoles

      @Valid @Nullable public @Valid RolesRepresentation getRoles()
      Get roles
      Returns:
      roles
    • setRoles

      public void setRoles(@Nullable RolesRepresentation roles)
    • groups

      public RealmRepresentation groups(List<@Valid GroupRepresentation> groups)
    • addGroupsItem

      public RealmRepresentation addGroupsItem(GroupRepresentation groupsItem)
    • getGroups

      @Valid public @Valid List<@Valid GroupRepresentation> getGroups()
      Get groups
      Returns:
      groups
    • setGroups

      public void setGroups(List<@Valid GroupRepresentation> groups)
    • defaultRoles

      public RealmRepresentation defaultRoles(List<String> defaultRoles)
    • addDefaultRolesItem

      public RealmRepresentation addDefaultRolesItem(String defaultRolesItem)
    • getDefaultRoles

      @Deprecated public List<String> getDefaultRoles()
      Deprecated.
      Get defaultRoles
      Returns:
      defaultRoles
    • setDefaultRoles

      @Deprecated public void setDefaultRoles(List<String> defaultRoles)
      Deprecated.
    • defaultRole

      public RealmRepresentation defaultRole(@Nullable RoleRepresentation defaultRole)
    • getDefaultRole

      @Valid @Nullable public @Valid RoleRepresentation getDefaultRole()
      Get defaultRole
      Returns:
      defaultRole
    • setDefaultRole

      public void setDefaultRole(@Nullable RoleRepresentation defaultRole)
    • adminPermissionsClient

      public RealmRepresentation adminPermissionsClient(@Nullable ClientRepresentation adminPermissionsClient)
    • getAdminPermissionsClient

      @Valid @Nullable public @Valid ClientRepresentation getAdminPermissionsClient()
      Get adminPermissionsClient
      Returns:
      adminPermissionsClient
    • setAdminPermissionsClient

      public void setAdminPermissionsClient(@Nullable ClientRepresentation adminPermissionsClient)
    • defaultGroups

      public RealmRepresentation defaultGroups(List<String> defaultGroups)
    • addDefaultGroupsItem

      public RealmRepresentation addDefaultGroupsItem(String defaultGroupsItem)
    • getDefaultGroups

      public List<String> getDefaultGroups()
      Get defaultGroups
      Returns:
      defaultGroups
    • setDefaultGroups

      public void setDefaultGroups(List<String> defaultGroups)
    • requiredCredentials

      public RealmRepresentation requiredCredentials(Set<String> requiredCredentials)
    • addRequiredCredentialsItem

      public RealmRepresentation addRequiredCredentialsItem(String requiredCredentialsItem)
    • getRequiredCredentials

      @Deprecated public Set<String> getRequiredCredentials()
      Deprecated.
      Get requiredCredentials
      Returns:
      requiredCredentials
    • setRequiredCredentials

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

      public RealmRepresentation passwordPolicy(@Nullable String passwordPolicy)
    • getPasswordPolicy

      @Nullable public String getPasswordPolicy()
      Get passwordPolicy
      Returns:
      passwordPolicy
    • setPasswordPolicy

      public void setPasswordPolicy(@Nullable String passwordPolicy)
    • otpPolicyType

      public RealmRepresentation otpPolicyType(@Nullable String otpPolicyType)
    • getOtpPolicyType

      @Nullable public String getOtpPolicyType()
      Get otpPolicyType
      Returns:
      otpPolicyType
    • setOtpPolicyType

      public void setOtpPolicyType(@Nullable String otpPolicyType)
    • otpPolicyAlgorithm

      public RealmRepresentation otpPolicyAlgorithm(@Nullable String otpPolicyAlgorithm)
    • getOtpPolicyAlgorithm

      @Nullable public String getOtpPolicyAlgorithm()
      Get otpPolicyAlgorithm
      Returns:
      otpPolicyAlgorithm
    • setOtpPolicyAlgorithm

      public void setOtpPolicyAlgorithm(@Nullable String otpPolicyAlgorithm)
    • otpPolicyInitialCounter

      public RealmRepresentation otpPolicyInitialCounter(@Nullable Integer otpPolicyInitialCounter)
    • getOtpPolicyInitialCounter

      @Nullable public Integer getOtpPolicyInitialCounter()
      Get otpPolicyInitialCounter
      Returns:
      otpPolicyInitialCounter
    • setOtpPolicyInitialCounter

      public void setOtpPolicyInitialCounter(@Nullable Integer otpPolicyInitialCounter)
    • otpPolicyDigits

      public RealmRepresentation otpPolicyDigits(@Nullable Integer otpPolicyDigits)
    • getOtpPolicyDigits

      @Nullable public Integer getOtpPolicyDigits()
      Get otpPolicyDigits
      Returns:
      otpPolicyDigits
    • setOtpPolicyDigits

      public void setOtpPolicyDigits(@Nullable Integer otpPolicyDigits)
    • otpPolicyLookAheadWindow

      public RealmRepresentation otpPolicyLookAheadWindow(@Nullable Integer otpPolicyLookAheadWindow)
    • getOtpPolicyLookAheadWindow

      @Nullable public Integer getOtpPolicyLookAheadWindow()
      Get otpPolicyLookAheadWindow
      Returns:
      otpPolicyLookAheadWindow
    • setOtpPolicyLookAheadWindow

      public void setOtpPolicyLookAheadWindow(@Nullable Integer otpPolicyLookAheadWindow)
    • otpPolicyPeriod

      public RealmRepresentation otpPolicyPeriod(@Nullable Integer otpPolicyPeriod)
    • getOtpPolicyPeriod

      @Nullable public Integer getOtpPolicyPeriod()
      Get otpPolicyPeriod
      Returns:
      otpPolicyPeriod
    • setOtpPolicyPeriod

      public void setOtpPolicyPeriod(@Nullable Integer otpPolicyPeriod)
    • otpPolicyCodeReusable

      public RealmRepresentation otpPolicyCodeReusable(@Nullable Boolean otpPolicyCodeReusable)
    • getOtpPolicyCodeReusable

      @Nullable public Boolean getOtpPolicyCodeReusable()
      Get otpPolicyCodeReusable
      Returns:
      otpPolicyCodeReusable
    • setOtpPolicyCodeReusable

      public void setOtpPolicyCodeReusable(@Nullable Boolean otpPolicyCodeReusable)
    • otpSupportedApplications

      public RealmRepresentation otpSupportedApplications(List<String> otpSupportedApplications)
    • addOtpSupportedApplicationsItem

      public RealmRepresentation addOtpSupportedApplicationsItem(String otpSupportedApplicationsItem)
    • getOtpSupportedApplications

      public List<String> getOtpSupportedApplications()
      Get otpSupportedApplications
      Returns:
      otpSupportedApplications
    • setOtpSupportedApplications

      public void setOtpSupportedApplications(List<String> otpSupportedApplications)
    • localizationTexts

      public RealmRepresentation localizationTexts(Map<String,Map<String,String>> localizationTexts)
    • putLocalizationTextsItem

      public RealmRepresentation putLocalizationTextsItem(String key, Map<String,String> localizationTextsItem)
    • getLocalizationTexts

      @Valid public @Valid Map<String,Map<String,String>> getLocalizationTexts()
      Get localizationTexts
      Returns:
      localizationTexts
    • setLocalizationTexts

      public void setLocalizationTexts(Map<String,Map<String,String>> localizationTexts)
    • webAuthnPolicyRpEntityName

      public RealmRepresentation webAuthnPolicyRpEntityName(@Nullable String webAuthnPolicyRpEntityName)
    • getWebAuthnPolicyRpEntityName

      @Nullable public String getWebAuthnPolicyRpEntityName()
      Get webAuthnPolicyRpEntityName
      Returns:
      webAuthnPolicyRpEntityName
    • setWebAuthnPolicyRpEntityName

      public void setWebAuthnPolicyRpEntityName(@Nullable String webAuthnPolicyRpEntityName)
    • webAuthnPolicySignatureAlgorithms

      public RealmRepresentation webAuthnPolicySignatureAlgorithms(List<String> webAuthnPolicySignatureAlgorithms)
    • addWebAuthnPolicySignatureAlgorithmsItem

      public RealmRepresentation addWebAuthnPolicySignatureAlgorithmsItem(String webAuthnPolicySignatureAlgorithmsItem)
    • getWebAuthnPolicySignatureAlgorithms

      public List<String> getWebAuthnPolicySignatureAlgorithms()
      Get webAuthnPolicySignatureAlgorithms
      Returns:
      webAuthnPolicySignatureAlgorithms
    • setWebAuthnPolicySignatureAlgorithms

      public void setWebAuthnPolicySignatureAlgorithms(List<String> webAuthnPolicySignatureAlgorithms)
    • webAuthnPolicyRpId

      public RealmRepresentation webAuthnPolicyRpId(@Nullable String webAuthnPolicyRpId)
    • getWebAuthnPolicyRpId

      @Nullable public String getWebAuthnPolicyRpId()
      Get webAuthnPolicyRpId
      Returns:
      webAuthnPolicyRpId
    • setWebAuthnPolicyRpId

      public void setWebAuthnPolicyRpId(@Nullable String webAuthnPolicyRpId)
    • webAuthnPolicyAttestationConveyancePreference

      public RealmRepresentation webAuthnPolicyAttestationConveyancePreference(@Nullable String webAuthnPolicyAttestationConveyancePreference)
    • getWebAuthnPolicyAttestationConveyancePreference

      @Nullable public String getWebAuthnPolicyAttestationConveyancePreference()
      Get webAuthnPolicyAttestationConveyancePreference
      Returns:
      webAuthnPolicyAttestationConveyancePreference
    • setWebAuthnPolicyAttestationConveyancePreference

      public void setWebAuthnPolicyAttestationConveyancePreference(@Nullable String webAuthnPolicyAttestationConveyancePreference)
    • webAuthnPolicyAuthenticatorAttachment

      public RealmRepresentation webAuthnPolicyAuthenticatorAttachment(@Nullable String webAuthnPolicyAuthenticatorAttachment)
    • getWebAuthnPolicyAuthenticatorAttachment

      @Nullable public String getWebAuthnPolicyAuthenticatorAttachment()
      Get webAuthnPolicyAuthenticatorAttachment
      Returns:
      webAuthnPolicyAuthenticatorAttachment
    • setWebAuthnPolicyAuthenticatorAttachment

      public void setWebAuthnPolicyAuthenticatorAttachment(@Nullable String webAuthnPolicyAuthenticatorAttachment)
    • webAuthnPolicyRequireResidentKey

      public RealmRepresentation webAuthnPolicyRequireResidentKey(@Nullable String webAuthnPolicyRequireResidentKey)
    • getWebAuthnPolicyRequireResidentKey

      @Nullable public String getWebAuthnPolicyRequireResidentKey()
      Get webAuthnPolicyRequireResidentKey
      Returns:
      webAuthnPolicyRequireResidentKey
    • setWebAuthnPolicyRequireResidentKey

      public void setWebAuthnPolicyRequireResidentKey(@Nullable String webAuthnPolicyRequireResidentKey)
    • webAuthnPolicyResidentKey

      public RealmRepresentation webAuthnPolicyResidentKey(@Nullable String webAuthnPolicyResidentKey)
    • getWebAuthnPolicyResidentKey

      @Nullable public String getWebAuthnPolicyResidentKey()
      Get webAuthnPolicyResidentKey
      Returns:
      webAuthnPolicyResidentKey
    • setWebAuthnPolicyResidentKey

      public void setWebAuthnPolicyResidentKey(@Nullable String webAuthnPolicyResidentKey)
    • webAuthnPolicyUserVerificationRequirement

      public RealmRepresentation webAuthnPolicyUserVerificationRequirement(@Nullable String webAuthnPolicyUserVerificationRequirement)
    • getWebAuthnPolicyUserVerificationRequirement

      @Nullable public String getWebAuthnPolicyUserVerificationRequirement()
      Get webAuthnPolicyUserVerificationRequirement
      Returns:
      webAuthnPolicyUserVerificationRequirement
    • setWebAuthnPolicyUserVerificationRequirement

      public void setWebAuthnPolicyUserVerificationRequirement(@Nullable String webAuthnPolicyUserVerificationRequirement)
    • webAuthnPolicyCreateTimeout

      public RealmRepresentation webAuthnPolicyCreateTimeout(@Nullable Integer webAuthnPolicyCreateTimeout)
    • getWebAuthnPolicyCreateTimeout

      @Nullable public Integer getWebAuthnPolicyCreateTimeout()
      Get webAuthnPolicyCreateTimeout
      Returns:
      webAuthnPolicyCreateTimeout
    • setWebAuthnPolicyCreateTimeout

      public void setWebAuthnPolicyCreateTimeout(@Nullable Integer webAuthnPolicyCreateTimeout)
    • webAuthnPolicyAvoidSameAuthenticatorRegister

      public RealmRepresentation webAuthnPolicyAvoidSameAuthenticatorRegister(@Nullable Boolean webAuthnPolicyAvoidSameAuthenticatorRegister)
    • getWebAuthnPolicyAvoidSameAuthenticatorRegister

      @Nullable public Boolean getWebAuthnPolicyAvoidSameAuthenticatorRegister()
      Get webAuthnPolicyAvoidSameAuthenticatorRegister
      Returns:
      webAuthnPolicyAvoidSameAuthenticatorRegister
    • setWebAuthnPolicyAvoidSameAuthenticatorRegister

      public void setWebAuthnPolicyAvoidSameAuthenticatorRegister(@Nullable Boolean webAuthnPolicyAvoidSameAuthenticatorRegister)
    • webAuthnPolicyAcceptableAaguids

      public RealmRepresentation webAuthnPolicyAcceptableAaguids(List<String> webAuthnPolicyAcceptableAaguids)
    • addWebAuthnPolicyAcceptableAaguidsItem

      public RealmRepresentation addWebAuthnPolicyAcceptableAaguidsItem(String webAuthnPolicyAcceptableAaguidsItem)
    • getWebAuthnPolicyAcceptableAaguids

      public List<String> getWebAuthnPolicyAcceptableAaguids()
      Get webAuthnPolicyAcceptableAaguids
      Returns:
      webAuthnPolicyAcceptableAaguids
    • setWebAuthnPolicyAcceptableAaguids

      public void setWebAuthnPolicyAcceptableAaguids(List<String> webAuthnPolicyAcceptableAaguids)
    • webAuthnPolicyExtraOrigins

      public RealmRepresentation webAuthnPolicyExtraOrigins(List<String> webAuthnPolicyExtraOrigins)
    • addWebAuthnPolicyExtraOriginsItem

      public RealmRepresentation addWebAuthnPolicyExtraOriginsItem(String webAuthnPolicyExtraOriginsItem)
    • getWebAuthnPolicyExtraOrigins

      public List<String> getWebAuthnPolicyExtraOrigins()
      Get webAuthnPolicyExtraOrigins
      Returns:
      webAuthnPolicyExtraOrigins
    • setWebAuthnPolicyExtraOrigins

      public void setWebAuthnPolicyExtraOrigins(List<String> webAuthnPolicyExtraOrigins)
    • webAuthnPolicyPasswordlessRpEntityName

      public RealmRepresentation webAuthnPolicyPasswordlessRpEntityName(@Nullable String webAuthnPolicyPasswordlessRpEntityName)
    • getWebAuthnPolicyPasswordlessRpEntityName

      @Nullable public String getWebAuthnPolicyPasswordlessRpEntityName()
      Get webAuthnPolicyPasswordlessRpEntityName
      Returns:
      webAuthnPolicyPasswordlessRpEntityName
    • setWebAuthnPolicyPasswordlessRpEntityName

      public void setWebAuthnPolicyPasswordlessRpEntityName(@Nullable String webAuthnPolicyPasswordlessRpEntityName)
    • webAuthnPolicyPasswordlessSignatureAlgorithms

      public RealmRepresentation webAuthnPolicyPasswordlessSignatureAlgorithms(List<String> webAuthnPolicyPasswordlessSignatureAlgorithms)
    • addWebAuthnPolicyPasswordlessSignatureAlgorithmsItem

      public RealmRepresentation addWebAuthnPolicyPasswordlessSignatureAlgorithmsItem(String webAuthnPolicyPasswordlessSignatureAlgorithmsItem)
    • getWebAuthnPolicyPasswordlessSignatureAlgorithms

      public List<String> getWebAuthnPolicyPasswordlessSignatureAlgorithms()
      Get webAuthnPolicyPasswordlessSignatureAlgorithms
      Returns:
      webAuthnPolicyPasswordlessSignatureAlgorithms
    • setWebAuthnPolicyPasswordlessSignatureAlgorithms

      public void setWebAuthnPolicyPasswordlessSignatureAlgorithms(List<String> webAuthnPolicyPasswordlessSignatureAlgorithms)
    • webAuthnPolicyPasswordlessRpId

      public RealmRepresentation webAuthnPolicyPasswordlessRpId(@Nullable String webAuthnPolicyPasswordlessRpId)
    • getWebAuthnPolicyPasswordlessRpId

      @Nullable public String getWebAuthnPolicyPasswordlessRpId()
      Get webAuthnPolicyPasswordlessRpId
      Returns:
      webAuthnPolicyPasswordlessRpId
    • setWebAuthnPolicyPasswordlessRpId

      public void setWebAuthnPolicyPasswordlessRpId(@Nullable String webAuthnPolicyPasswordlessRpId)
    • webAuthnPolicyPasswordlessAttestationConveyancePreference

      public RealmRepresentation webAuthnPolicyPasswordlessAttestationConveyancePreference(@Nullable String webAuthnPolicyPasswordlessAttestationConveyancePreference)
    • getWebAuthnPolicyPasswordlessAttestationConveyancePreference

      @Nullable public String getWebAuthnPolicyPasswordlessAttestationConveyancePreference()
      Get webAuthnPolicyPasswordlessAttestationConveyancePreference
      Returns:
      webAuthnPolicyPasswordlessAttestationConveyancePreference
    • setWebAuthnPolicyPasswordlessAttestationConveyancePreference

      public void setWebAuthnPolicyPasswordlessAttestationConveyancePreference(@Nullable String webAuthnPolicyPasswordlessAttestationConveyancePreference)
    • webAuthnPolicyPasswordlessAuthenticatorAttachment

      public RealmRepresentation webAuthnPolicyPasswordlessAuthenticatorAttachment(@Nullable String webAuthnPolicyPasswordlessAuthenticatorAttachment)
    • getWebAuthnPolicyPasswordlessAuthenticatorAttachment

      @Nullable public String getWebAuthnPolicyPasswordlessAuthenticatorAttachment()
      Get webAuthnPolicyPasswordlessAuthenticatorAttachment
      Returns:
      webAuthnPolicyPasswordlessAuthenticatorAttachment
    • setWebAuthnPolicyPasswordlessAuthenticatorAttachment

      public void setWebAuthnPolicyPasswordlessAuthenticatorAttachment(@Nullable String webAuthnPolicyPasswordlessAuthenticatorAttachment)
    • webAuthnPolicyPasswordlessRequireResidentKey

      public RealmRepresentation webAuthnPolicyPasswordlessRequireResidentKey(@Nullable String webAuthnPolicyPasswordlessRequireResidentKey)
    • getWebAuthnPolicyPasswordlessRequireResidentKey

      @Nullable public String getWebAuthnPolicyPasswordlessRequireResidentKey()
      Get webAuthnPolicyPasswordlessRequireResidentKey
      Returns:
      webAuthnPolicyPasswordlessRequireResidentKey
    • setWebAuthnPolicyPasswordlessRequireResidentKey

      public void setWebAuthnPolicyPasswordlessRequireResidentKey(@Nullable String webAuthnPolicyPasswordlessRequireResidentKey)
    • webAuthnPolicyPasswordlessResidentKey

      public RealmRepresentation webAuthnPolicyPasswordlessResidentKey(@Nullable String webAuthnPolicyPasswordlessResidentKey)
    • getWebAuthnPolicyPasswordlessResidentKey

      @Nullable public String getWebAuthnPolicyPasswordlessResidentKey()
      Get webAuthnPolicyPasswordlessResidentKey
      Returns:
      webAuthnPolicyPasswordlessResidentKey
    • setWebAuthnPolicyPasswordlessResidentKey

      public void setWebAuthnPolicyPasswordlessResidentKey(@Nullable String webAuthnPolicyPasswordlessResidentKey)
    • webAuthnPolicyPasswordlessUserVerificationRequirement

      public RealmRepresentation webAuthnPolicyPasswordlessUserVerificationRequirement(@Nullable String webAuthnPolicyPasswordlessUserVerificationRequirement)
    • getWebAuthnPolicyPasswordlessUserVerificationRequirement

      @Nullable public String getWebAuthnPolicyPasswordlessUserVerificationRequirement()
      Get webAuthnPolicyPasswordlessUserVerificationRequirement
      Returns:
      webAuthnPolicyPasswordlessUserVerificationRequirement
    • setWebAuthnPolicyPasswordlessUserVerificationRequirement

      public void setWebAuthnPolicyPasswordlessUserVerificationRequirement(@Nullable String webAuthnPolicyPasswordlessUserVerificationRequirement)
    • webAuthnPolicyPasswordlessCreateTimeout

      public RealmRepresentation webAuthnPolicyPasswordlessCreateTimeout(@Nullable Integer webAuthnPolicyPasswordlessCreateTimeout)
    • getWebAuthnPolicyPasswordlessCreateTimeout

      @Nullable public Integer getWebAuthnPolicyPasswordlessCreateTimeout()
      Get webAuthnPolicyPasswordlessCreateTimeout
      Returns:
      webAuthnPolicyPasswordlessCreateTimeout
    • setWebAuthnPolicyPasswordlessCreateTimeout

      public void setWebAuthnPolicyPasswordlessCreateTimeout(@Nullable Integer webAuthnPolicyPasswordlessCreateTimeout)
    • webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

      public RealmRepresentation webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister(@Nullable Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister)
    • getWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

      @Nullable public Boolean getWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister()
      Get webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
      Returns:
      webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
    • setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister

      public void setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister(@Nullable Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister)
    • webAuthnPolicyPasswordlessAcceptableAaguids

      public RealmRepresentation webAuthnPolicyPasswordlessAcceptableAaguids(List<String> webAuthnPolicyPasswordlessAcceptableAaguids)
    • addWebAuthnPolicyPasswordlessAcceptableAaguidsItem

      public RealmRepresentation addWebAuthnPolicyPasswordlessAcceptableAaguidsItem(String webAuthnPolicyPasswordlessAcceptableAaguidsItem)
    • getWebAuthnPolicyPasswordlessAcceptableAaguids

      public List<String> getWebAuthnPolicyPasswordlessAcceptableAaguids()
      Get webAuthnPolicyPasswordlessAcceptableAaguids
      Returns:
      webAuthnPolicyPasswordlessAcceptableAaguids
    • setWebAuthnPolicyPasswordlessAcceptableAaguids

      public void setWebAuthnPolicyPasswordlessAcceptableAaguids(List<String> webAuthnPolicyPasswordlessAcceptableAaguids)
    • webAuthnPolicyPasswordlessExtraOrigins

      public RealmRepresentation webAuthnPolicyPasswordlessExtraOrigins(List<String> webAuthnPolicyPasswordlessExtraOrigins)
    • addWebAuthnPolicyPasswordlessExtraOriginsItem

      public RealmRepresentation addWebAuthnPolicyPasswordlessExtraOriginsItem(String webAuthnPolicyPasswordlessExtraOriginsItem)
    • getWebAuthnPolicyPasswordlessExtraOrigins

      public List<String> getWebAuthnPolicyPasswordlessExtraOrigins()
      Get webAuthnPolicyPasswordlessExtraOrigins
      Returns:
      webAuthnPolicyPasswordlessExtraOrigins
    • setWebAuthnPolicyPasswordlessExtraOrigins

      public void setWebAuthnPolicyPasswordlessExtraOrigins(List<String> webAuthnPolicyPasswordlessExtraOrigins)
    • webAuthnPolicyPasswordlessPasskeysEnabled

      public RealmRepresentation webAuthnPolicyPasswordlessPasskeysEnabled(@Nullable Boolean webAuthnPolicyPasswordlessPasskeysEnabled)
    • getWebAuthnPolicyPasswordlessPasskeysEnabled

      @Nullable public Boolean getWebAuthnPolicyPasswordlessPasskeysEnabled()
      Get webAuthnPolicyPasswordlessPasskeysEnabled
      Returns:
      webAuthnPolicyPasswordlessPasskeysEnabled
    • setWebAuthnPolicyPasswordlessPasskeysEnabled

      public void setWebAuthnPolicyPasswordlessPasskeysEnabled(@Nullable Boolean webAuthnPolicyPasswordlessPasskeysEnabled)
    • webAuthnPolicyPasswordlessMediation

      public RealmRepresentation webAuthnPolicyPasswordlessMediation(@Nullable String webAuthnPolicyPasswordlessMediation)
    • getWebAuthnPolicyPasswordlessMediation

      @Nullable public String getWebAuthnPolicyPasswordlessMediation()
      Get webAuthnPolicyPasswordlessMediation
      Returns:
      webAuthnPolicyPasswordlessMediation
    • setWebAuthnPolicyPasswordlessMediation

      public void setWebAuthnPolicyPasswordlessMediation(@Nullable String webAuthnPolicyPasswordlessMediation)
    • clientProfiles

      public RealmRepresentation clientProfiles(@Nullable ClientProfilesRepresentation clientProfiles)
    • getClientProfiles

      @Valid @Nullable public @Valid ClientProfilesRepresentation getClientProfiles()
      Get clientProfiles
      Returns:
      clientProfiles
    • setClientProfiles

      public void setClientProfiles(@Nullable ClientProfilesRepresentation clientProfiles)
    • clientPolicies

      public RealmRepresentation clientPolicies(@Nullable ClientPoliciesRepresentation clientPolicies)
    • getClientPolicies

      @Valid @Nullable public @Valid ClientPoliciesRepresentation getClientPolicies()
      Get clientPolicies
      Returns:
      clientPolicies
    • setClientPolicies

      public void setClientPolicies(@Nullable ClientPoliciesRepresentation clientPolicies)
    • users

      public RealmRepresentation users(List<@Valid UserRepresentation> users)
    • addUsersItem

      public RealmRepresentation addUsersItem(UserRepresentation usersItem)
    • getUsers

      @Valid public @Valid List<@Valid UserRepresentation> getUsers()
      Get users
      Returns:
      users
    • setUsers

      public void setUsers(List<@Valid UserRepresentation> users)
    • federatedUsers

      public RealmRepresentation federatedUsers(List<@Valid UserRepresentation> federatedUsers)
    • addFederatedUsersItem

      public RealmRepresentation addFederatedUsersItem(UserRepresentation federatedUsersItem)
    • getFederatedUsers

      @Valid public @Valid List<@Valid UserRepresentation> getFederatedUsers()
      Get federatedUsers
      Returns:
      federatedUsers
    • setFederatedUsers

      public void setFederatedUsers(List<@Valid UserRepresentation> federatedUsers)
    • scopeMappings

      public RealmRepresentation scopeMappings(List<@Valid ScopeMappingRepresentation> scopeMappings)
    • addScopeMappingsItem

      public RealmRepresentation addScopeMappingsItem(ScopeMappingRepresentation scopeMappingsItem)
    • getScopeMappings

      @Valid public @Valid List<@Valid ScopeMappingRepresentation> getScopeMappings()
      Get scopeMappings
      Returns:
      scopeMappings
    • setScopeMappings

      public void setScopeMappings(List<@Valid ScopeMappingRepresentation> scopeMappings)
    • clientScopeMappings

      public RealmRepresentation clientScopeMappings(Map<String,List<@Valid ScopeMappingRepresentation>> clientScopeMappings)
    • putClientScopeMappingsItem

      public RealmRepresentation putClientScopeMappingsItem(String key, List<@Valid ScopeMappingRepresentation> clientScopeMappingsItem)
    • getClientScopeMappings

      @Valid public @Valid Map<String,List<@Valid ScopeMappingRepresentation>> getClientScopeMappings()
      Get clientScopeMappings
      Returns:
      clientScopeMappings
    • setClientScopeMappings

      public void setClientScopeMappings(Map<String,List<@Valid ScopeMappingRepresentation>> clientScopeMappings)
    • clients

      public RealmRepresentation clients(List<@Valid ClientRepresentation> clients)
    • addClientsItem

      public RealmRepresentation addClientsItem(ClientRepresentation clientsItem)
    • getClients

      @Valid public @Valid List<@Valid ClientRepresentation> getClients()
      Get clients
      Returns:
      clients
    • setClients

      public void setClients(List<@Valid ClientRepresentation> clients)
    • clientScopes

      public RealmRepresentation clientScopes(List<@Valid ClientScopeRepresentation> clientScopes)
    • addClientScopesItem

      public RealmRepresentation addClientScopesItem(ClientScopeRepresentation clientScopesItem)
    • getClientScopes

      @Valid public @Valid List<@Valid ClientScopeRepresentation> getClientScopes()
      Get clientScopes
      Returns:
      clientScopes
    • setClientScopes

      public void setClientScopes(List<@Valid ClientScopeRepresentation> clientScopes)
    • defaultDefaultClientScopes

      public RealmRepresentation defaultDefaultClientScopes(List<String> defaultDefaultClientScopes)
    • addDefaultDefaultClientScopesItem

      public RealmRepresentation addDefaultDefaultClientScopesItem(String defaultDefaultClientScopesItem)
    • getDefaultDefaultClientScopes

      public List<String> getDefaultDefaultClientScopes()
      Get defaultDefaultClientScopes
      Returns:
      defaultDefaultClientScopes
    • setDefaultDefaultClientScopes

      public void setDefaultDefaultClientScopes(List<String> defaultDefaultClientScopes)
    • defaultOptionalClientScopes

      public RealmRepresentation defaultOptionalClientScopes(List<String> defaultOptionalClientScopes)
    • addDefaultOptionalClientScopesItem

      public RealmRepresentation addDefaultOptionalClientScopesItem(String defaultOptionalClientScopesItem)
    • getDefaultOptionalClientScopes

      public List<String> getDefaultOptionalClientScopes()
      Get defaultOptionalClientScopes
      Returns:
      defaultOptionalClientScopes
    • setDefaultOptionalClientScopes

      public void setDefaultOptionalClientScopes(List<String> defaultOptionalClientScopes)
    • browserSecurityHeaders

      public RealmRepresentation browserSecurityHeaders(Map<String,String> browserSecurityHeaders)
    • putBrowserSecurityHeadersItem

      public RealmRepresentation putBrowserSecurityHeadersItem(String key, String browserSecurityHeadersItem)
    • getBrowserSecurityHeaders

      public Map<String,String> getBrowserSecurityHeaders()
      Get browserSecurityHeaders
      Returns:
      browserSecurityHeaders
    • setBrowserSecurityHeaders

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

      public RealmRepresentation smtpServer(Map<String,String> smtpServer)
    • putSmtpServerItem

      public RealmRepresentation putSmtpServerItem(String key, String smtpServerItem)
    • getSmtpServer

      public Map<String,String> getSmtpServer()
      Get smtpServer
      Returns:
      smtpServer
    • setSmtpServer

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

      public RealmRepresentation userFederationProviders(List<@Valid UserFederationProviderRepresentation> userFederationProviders)
    • addUserFederationProvidersItem

      public RealmRepresentation addUserFederationProvidersItem(UserFederationProviderRepresentation userFederationProvidersItem)
    • getUserFederationProviders

      @Valid public @Valid List<@Valid UserFederationProviderRepresentation> getUserFederationProviders()
      Get userFederationProviders
      Returns:
      userFederationProviders
    • setUserFederationProviders

      public void setUserFederationProviders(List<@Valid UserFederationProviderRepresentation> userFederationProviders)
    • userFederationMappers

      public RealmRepresentation userFederationMappers(List<@Valid UserFederationMapperRepresentation> userFederationMappers)
    • addUserFederationMappersItem

      public RealmRepresentation addUserFederationMappersItem(UserFederationMapperRepresentation userFederationMappersItem)
    • getUserFederationMappers

      @Valid public @Valid List<@Valid UserFederationMapperRepresentation> getUserFederationMappers()
      Get userFederationMappers
      Returns:
      userFederationMappers
    • setUserFederationMappers

      public void setUserFederationMappers(List<@Valid UserFederationMapperRepresentation> userFederationMappers)
    • loginTheme

      public RealmRepresentation loginTheme(@Nullable String loginTheme)
    • getLoginTheme

      @Nullable public String getLoginTheme()
      Get loginTheme
      Returns:
      loginTheme
    • setLoginTheme

      public void setLoginTheme(@Nullable String loginTheme)
    • accountTheme

      public RealmRepresentation accountTheme(@Nullable String accountTheme)
    • getAccountTheme

      @Nullable public String getAccountTheme()
      Get accountTheme
      Returns:
      accountTheme
    • setAccountTheme

      public void setAccountTheme(@Nullable String accountTheme)
    • adminTheme

      public RealmRepresentation adminTheme(@Nullable String adminTheme)
    • getAdminTheme

      @Nullable public String getAdminTheme()
      Get adminTheme
      Returns:
      adminTheme
    • setAdminTheme

      public void setAdminTheme(@Nullable String adminTheme)
    • emailTheme

      public RealmRepresentation emailTheme(@Nullable String emailTheme)
    • getEmailTheme

      @Nullable public String getEmailTheme()
      Get emailTheme
      Returns:
      emailTheme
    • setEmailTheme

      public void setEmailTheme(@Nullable String emailTheme)
    • eventsEnabled

      public RealmRepresentation eventsEnabled(@Nullable Boolean eventsEnabled)
    • getEventsEnabled

      @Nullable public Boolean getEventsEnabled()
      Get eventsEnabled
      Returns:
      eventsEnabled
    • setEventsEnabled

      public void setEventsEnabled(@Nullable Boolean eventsEnabled)
    • eventsExpiration

      public RealmRepresentation eventsExpiration(@Nullable Long eventsExpiration)
    • getEventsExpiration

      @Nullable public Long getEventsExpiration()
      Get eventsExpiration
      Returns:
      eventsExpiration
    • setEventsExpiration

      public void setEventsExpiration(@Nullable Long eventsExpiration)
    • eventsListeners

      public RealmRepresentation eventsListeners(List<String> eventsListeners)
    • addEventsListenersItem

      public RealmRepresentation addEventsListenersItem(String eventsListenersItem)
    • getEventsListeners

      public List<String> getEventsListeners()
      Get eventsListeners
      Returns:
      eventsListeners
    • setEventsListeners

      public void setEventsListeners(List<String> eventsListeners)
    • enabledEventTypes

      public RealmRepresentation enabledEventTypes(List<String> enabledEventTypes)
    • addEnabledEventTypesItem

      public RealmRepresentation addEnabledEventTypesItem(String enabledEventTypesItem)
    • getEnabledEventTypes

      public List<String> getEnabledEventTypes()
      Get enabledEventTypes
      Returns:
      enabledEventTypes
    • setEnabledEventTypes

      public void setEnabledEventTypes(List<String> enabledEventTypes)
    • adminEventsEnabled

      public RealmRepresentation adminEventsEnabled(@Nullable Boolean adminEventsEnabled)
    • getAdminEventsEnabled

      @Nullable public Boolean getAdminEventsEnabled()
      Get adminEventsEnabled
      Returns:
      adminEventsEnabled
    • setAdminEventsEnabled

      public void setAdminEventsEnabled(@Nullable Boolean adminEventsEnabled)
    • adminEventsDetailsEnabled

      public RealmRepresentation adminEventsDetailsEnabled(@Nullable Boolean adminEventsDetailsEnabled)
    • getAdminEventsDetailsEnabled

      @Nullable public Boolean getAdminEventsDetailsEnabled()
      Get adminEventsDetailsEnabled
      Returns:
      adminEventsDetailsEnabled
    • setAdminEventsDetailsEnabled

      public void setAdminEventsDetailsEnabled(@Nullable Boolean adminEventsDetailsEnabled)
    • identityProviders

      public RealmRepresentation identityProviders(List<@Valid IdentityProviderRepresentation> identityProviders)
    • addIdentityProvidersItem

      public RealmRepresentation addIdentityProvidersItem(IdentityProviderRepresentation identityProvidersItem)
    • getIdentityProviders

      @Valid public @Valid List<@Valid IdentityProviderRepresentation> getIdentityProviders()
      Get identityProviders
      Returns:
      identityProviders
    • setIdentityProviders

      public void setIdentityProviders(List<@Valid IdentityProviderRepresentation> identityProviders)
    • identityProviderMappers

      public RealmRepresentation identityProviderMappers(List<@Valid IdentityProviderMapperRepresentation> identityProviderMappers)
    • addIdentityProviderMappersItem

      public RealmRepresentation addIdentityProviderMappersItem(IdentityProviderMapperRepresentation identityProviderMappersItem)
    • getIdentityProviderMappers

      @Valid public @Valid List<@Valid IdentityProviderMapperRepresentation> getIdentityProviderMappers()
      Get identityProviderMappers
      Returns:
      identityProviderMappers
    • setIdentityProviderMappers

      public void setIdentityProviderMappers(List<@Valid IdentityProviderMapperRepresentation> identityProviderMappers)
    • protocolMappers

      public RealmRepresentation protocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers)
    • addProtocolMappersItem

      public RealmRepresentation addProtocolMappersItem(ProtocolMapperRepresentation protocolMappersItem)
    • getProtocolMappers

      @Valid public @Valid List<@Valid ProtocolMapperRepresentation> getProtocolMappers()
      Get protocolMappers
      Returns:
      protocolMappers
    • setProtocolMappers

      public void setProtocolMappers(List<@Valid ProtocolMapperRepresentation> protocolMappers)
    • components

      public RealmRepresentation components(Map<String,List<@Valid ComponentExportRepresentation>> components)
    • putComponentsItem

      public RealmRepresentation putComponentsItem(String key, List<@Valid ComponentExportRepresentation> componentsItem)
    • getComponents

      @Valid public @Valid Map<String,List<@Valid ComponentExportRepresentation>> getComponents()
      Get components
      Returns:
      components
    • setComponents

      public void setComponents(Map<String,List<@Valid ComponentExportRepresentation>> components)
    • internationalizationEnabled

      public RealmRepresentation internationalizationEnabled(@Nullable Boolean internationalizationEnabled)
    • getInternationalizationEnabled

      @Nullable public Boolean getInternationalizationEnabled()
      Get internationalizationEnabled
      Returns:
      internationalizationEnabled
    • setInternationalizationEnabled

      public void setInternationalizationEnabled(@Nullable Boolean internationalizationEnabled)
    • supportedLocales

      public RealmRepresentation supportedLocales(Set<String> supportedLocales)
    • addSupportedLocalesItem

      public RealmRepresentation addSupportedLocalesItem(String supportedLocalesItem)
    • getSupportedLocales

      public Set<String> getSupportedLocales()
      Get supportedLocales
      Returns:
      supportedLocales
    • setSupportedLocales

      public void setSupportedLocales(Set<String> supportedLocales)
    • defaultLocale

      public RealmRepresentation defaultLocale(@Nullable String defaultLocale)
    • getDefaultLocale

      @Nullable public String getDefaultLocale()
      Get defaultLocale
      Returns:
      defaultLocale
    • setDefaultLocale

      public void setDefaultLocale(@Nullable String defaultLocale)
    • authenticationFlows

      public RealmRepresentation authenticationFlows(List<@Valid AuthenticationFlowRepresentation> authenticationFlows)
    • addAuthenticationFlowsItem

      public RealmRepresentation addAuthenticationFlowsItem(AuthenticationFlowRepresentation authenticationFlowsItem)
    • getAuthenticationFlows

      @Valid public @Valid List<@Valid AuthenticationFlowRepresentation> getAuthenticationFlows()
      Get authenticationFlows
      Returns:
      authenticationFlows
    • setAuthenticationFlows

      public void setAuthenticationFlows(List<@Valid AuthenticationFlowRepresentation> authenticationFlows)
    • authenticatorConfig

      public RealmRepresentation authenticatorConfig(List<@Valid AuthenticatorConfigRepresentation> authenticatorConfig)
    • addAuthenticatorConfigItem

      public RealmRepresentation addAuthenticatorConfigItem(AuthenticatorConfigRepresentation authenticatorConfigItem)
    • getAuthenticatorConfig

      @Valid public @Valid List<@Valid AuthenticatorConfigRepresentation> getAuthenticatorConfig()
      Get authenticatorConfig
      Returns:
      authenticatorConfig
    • setAuthenticatorConfig

      public void setAuthenticatorConfig(List<@Valid AuthenticatorConfigRepresentation> authenticatorConfig)
    • requiredActions

      public RealmRepresentation requiredActions(List<@Valid RequiredActionProviderRepresentation> requiredActions)
    • addRequiredActionsItem

      public RealmRepresentation addRequiredActionsItem(RequiredActionProviderRepresentation requiredActionsItem)
    • getRequiredActions

      @Valid public @Valid List<@Valid RequiredActionProviderRepresentation> getRequiredActions()
      Get requiredActions
      Returns:
      requiredActions
    • setRequiredActions

      public void setRequiredActions(List<@Valid RequiredActionProviderRepresentation> requiredActions)
    • browserFlow

      public RealmRepresentation browserFlow(@Nullable String browserFlow)
    • getBrowserFlow

      @Nullable public String getBrowserFlow()
      Get browserFlow
      Returns:
      browserFlow
    • setBrowserFlow

      public void setBrowserFlow(@Nullable String browserFlow)
    • registrationFlow

      public RealmRepresentation registrationFlow(@Nullable String registrationFlow)
    • getRegistrationFlow

      @Nullable public String getRegistrationFlow()
      Get registrationFlow
      Returns:
      registrationFlow
    • setRegistrationFlow

      public void setRegistrationFlow(@Nullable String registrationFlow)
    • directGrantFlow

      public RealmRepresentation directGrantFlow(@Nullable String directGrantFlow)
    • getDirectGrantFlow

      @Nullable public String getDirectGrantFlow()
      Get directGrantFlow
      Returns:
      directGrantFlow
    • setDirectGrantFlow

      public void setDirectGrantFlow(@Nullable String directGrantFlow)
    • resetCredentialsFlow

      public RealmRepresentation resetCredentialsFlow(@Nullable String resetCredentialsFlow)
    • getResetCredentialsFlow

      @Nullable public String getResetCredentialsFlow()
      Get resetCredentialsFlow
      Returns:
      resetCredentialsFlow
    • setResetCredentialsFlow

      public void setResetCredentialsFlow(@Nullable String resetCredentialsFlow)
    • clientAuthenticationFlow

      public RealmRepresentation clientAuthenticationFlow(@Nullable String clientAuthenticationFlow)
    • getClientAuthenticationFlow

      @Nullable public String getClientAuthenticationFlow()
      Get clientAuthenticationFlow
      Returns:
      clientAuthenticationFlow
    • setClientAuthenticationFlow

      public void setClientAuthenticationFlow(@Nullable String clientAuthenticationFlow)
    • dockerAuthenticationFlow

      public RealmRepresentation dockerAuthenticationFlow(@Nullable String dockerAuthenticationFlow)
    • getDockerAuthenticationFlow

      @Nullable public String getDockerAuthenticationFlow()
      Get dockerAuthenticationFlow
      Returns:
      dockerAuthenticationFlow
    • setDockerAuthenticationFlow

      public void setDockerAuthenticationFlow(@Nullable String dockerAuthenticationFlow)
    • firstBrokerLoginFlow

      public RealmRepresentation firstBrokerLoginFlow(@Nullable String firstBrokerLoginFlow)
    • getFirstBrokerLoginFlow

      @Nullable public String getFirstBrokerLoginFlow()
      Get firstBrokerLoginFlow
      Returns:
      firstBrokerLoginFlow
    • setFirstBrokerLoginFlow

      public void setFirstBrokerLoginFlow(@Nullable String firstBrokerLoginFlow)
    • attributes

      public RealmRepresentation attributes(Map<String,String> attributes)
    • putAttributesItem

      public RealmRepresentation putAttributesItem(String key, String attributesItem)
    • getAttributes

      public Map<String,String> getAttributes()
      Get attributes
      Returns:
      attributes
    • setAttributes

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

      public RealmRepresentation keycloakVersion(@Nullable String keycloakVersion)
    • getKeycloakVersion

      @Nullable public String getKeycloakVersion()
      Get keycloakVersion
      Returns:
      keycloakVersion
    • setKeycloakVersion

      public void setKeycloakVersion(@Nullable String keycloakVersion)
    • userManagedAccessAllowed

      public RealmRepresentation userManagedAccessAllowed(@Nullable Boolean userManagedAccessAllowed)
    • getUserManagedAccessAllowed

      @Nullable public Boolean getUserManagedAccessAllowed()
      Get userManagedAccessAllowed
      Returns:
      userManagedAccessAllowed
    • setUserManagedAccessAllowed

      public void setUserManagedAccessAllowed(@Nullable Boolean userManagedAccessAllowed)
    • organizationsEnabled

      public RealmRepresentation organizationsEnabled(@Nullable Boolean organizationsEnabled)
    • getOrganizationsEnabled

      @Nullable public Boolean getOrganizationsEnabled()
      Get organizationsEnabled
      Returns:
      organizationsEnabled
    • setOrganizationsEnabled

      public void setOrganizationsEnabled(@Nullable Boolean organizationsEnabled)
    • organizations

      public RealmRepresentation organizations(List<@Valid OrganizationRepresentation> organizations)
    • addOrganizationsItem

      public RealmRepresentation addOrganizationsItem(OrganizationRepresentation organizationsItem)
    • getOrganizations

      @Valid public @Valid List<@Valid OrganizationRepresentation> getOrganizations()
      Get organizations
      Returns:
      organizations
    • setOrganizations

      public void setOrganizations(List<@Valid OrganizationRepresentation> organizations)
    • verifiableCredentialsEnabled

      public RealmRepresentation verifiableCredentialsEnabled(@Nullable Boolean verifiableCredentialsEnabled)
    • getVerifiableCredentialsEnabled

      @Nullable public Boolean getVerifiableCredentialsEnabled()
      Get verifiableCredentialsEnabled
      Returns:
      verifiableCredentialsEnabled
    • setVerifiableCredentialsEnabled

      public void setVerifiableCredentialsEnabled(@Nullable Boolean verifiableCredentialsEnabled)
    • adminPermissionsEnabled

      public RealmRepresentation adminPermissionsEnabled(@Nullable Boolean adminPermissionsEnabled)
    • getAdminPermissionsEnabled

      @Nullable public Boolean getAdminPermissionsEnabled()
      Get adminPermissionsEnabled
      Returns:
      adminPermissionsEnabled
    • setAdminPermissionsEnabled

      public void setAdminPermissionsEnabled(@Nullable Boolean adminPermissionsEnabled)
    • social

      public RealmRepresentation social(@Nullable Boolean social)
    • getSocial

      @Deprecated @Nullable public Boolean getSocial()
      Deprecated.
      Get social
      Returns:
      social
    • setSocial

      @Deprecated public void setSocial(@Nullable Boolean social)
      Deprecated.
    • updateProfileOnInitialSocialLogin

      public RealmRepresentation updateProfileOnInitialSocialLogin(@Nullable Boolean updateProfileOnInitialSocialLogin)
    • getUpdateProfileOnInitialSocialLogin

      @Deprecated @Nullable public Boolean getUpdateProfileOnInitialSocialLogin()
      Deprecated.
      Get updateProfileOnInitialSocialLogin
      Returns:
      updateProfileOnInitialSocialLogin
    • setUpdateProfileOnInitialSocialLogin

      @Deprecated public void setUpdateProfileOnInitialSocialLogin(@Nullable Boolean updateProfileOnInitialSocialLogin)
      Deprecated.
    • socialProviders

      public RealmRepresentation socialProviders(Map<String,String> socialProviders)
    • putSocialProvidersItem

      public RealmRepresentation putSocialProvidersItem(String key, String socialProvidersItem)
    • getSocialProviders

      @Deprecated public Map<String,String> getSocialProviders()
      Deprecated.
      Get socialProviders
      Returns:
      socialProviders
    • setSocialProviders

      @Deprecated public void setSocialProviders(Map<String,String> socialProviders)
      Deprecated.
    • applicationScopeMappings

      public RealmRepresentation applicationScopeMappings(Map<String,List<@Valid ScopeMappingRepresentation>> applicationScopeMappings)
    • putApplicationScopeMappingsItem

      public RealmRepresentation putApplicationScopeMappingsItem(String key, List<@Valid ScopeMappingRepresentation> applicationScopeMappingsItem)
    • getApplicationScopeMappings

      @Valid @Deprecated public @Valid Map<String,List<@Valid ScopeMappingRepresentation>> getApplicationScopeMappings()
      Deprecated.
      Get applicationScopeMappings
      Returns:
      applicationScopeMappings
    • setApplicationScopeMappings

      @Deprecated public void setApplicationScopeMappings(Map<String,List<@Valid ScopeMappingRepresentation>> applicationScopeMappings)
      Deprecated.
    • applications

      public RealmRepresentation applications(List<@Valid ApplicationRepresentation> applications)
    • addApplicationsItem

      public RealmRepresentation addApplicationsItem(ApplicationRepresentation applicationsItem)
    • getApplications

      @Valid @Deprecated public @Valid List<@Valid ApplicationRepresentation> getApplications()
      Deprecated.
      Get applications
      Returns:
      applications
    • setApplications

      @Deprecated public void setApplications(List<@Valid ApplicationRepresentation> applications)
      Deprecated.
    • oauthClients

      public RealmRepresentation oauthClients(List<@Valid OAuthClientRepresentation> oauthClients)
    • addOauthClientsItem

      public RealmRepresentation addOauthClientsItem(OAuthClientRepresentation oauthClientsItem)
    • getOauthClients

      @Valid @Deprecated public @Valid List<@Valid OAuthClientRepresentation> getOauthClients()
      Deprecated.
      Get oauthClients
      Returns:
      oauthClients
    • setOauthClients

      @Deprecated public void setOauthClients(List<@Valid OAuthClientRepresentation> oauthClients)
      Deprecated.
    • clientTemplates

      public RealmRepresentation clientTemplates(List<@Valid ClientTemplateRepresentation> clientTemplates)
    • addClientTemplatesItem

      public RealmRepresentation addClientTemplatesItem(ClientTemplateRepresentation clientTemplatesItem)
    • getClientTemplates

      @Valid @Deprecated public @Valid List<@Valid ClientTemplateRepresentation> getClientTemplates()
      Deprecated.
      Get clientTemplates
      Returns:
      clientTemplates
    • setClientTemplates

      @Deprecated public void setClientTemplates(List<@Valid ClientTemplateRepresentation> clientTemplates)
      Deprecated.
    • scimApiEnabled

      public RealmRepresentation scimApiEnabled(@Nullable Boolean scimApiEnabled)
    • getScimApiEnabled

      @Nullable public Boolean getScimApiEnabled()
      Get scimApiEnabled
      Returns:
      scimApiEnabled
    • setScimApiEnabled

      public void setScimApiEnabled(@Nullable Boolean scimApiEnabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object