Package org.keycloak.representations.idm
Class RealmRepresentation
java.lang.Object
org.keycloak.representations.idm.RealmRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected String
protected Integer
protected Integer
protected Boolean
protected Boolean
protected String
protected List<ApplicationRepresentation>
Deprecated.protected Map<String,
List<ScopeMappingRepresentation>> Deprecated.protected List<AuthenticationFlowRepresentation>
protected List<AuthenticatorConfigRepresentation>
protected String
protected Boolean
protected RealmRepresentation.BruteForceStrategy
protected String
Deprecated.protected String
protected Integer
protected Integer
protected com.fasterxml.jackson.databind.JsonNode
protected com.fasterxml.jackson.databind.JsonNode
protected List<ClientRepresentation>
protected Map<String,
List<ScopeMappingRepresentation>> protected List<ClientScopeRepresentation>
protected Integer
protected Integer
protected List<ClientTemplateRepresentation>
Deprecated.protected String
Deprecated.protected String
protected RoleRepresentation
Deprecated.protected String
protected String
protected String
protected String
protected String
protected Boolean
protected Boolean
protected String
protected Boolean
protected Boolean
protected Long
protected Integer
protected List<UserRepresentation>
protected String
protected List<GroupRepresentation>
protected String
protected Boolean
protected String
protected String
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected List<OAuthClientRepresentation>
Deprecated.protected Integer
protected Integer
protected Boolean
protected Boolean
protected String
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected String
protected Boolean
Deprecated.protected String
protected Boolean
protected String
Deprecated.protected String
Deprecated.protected Long
protected String
protected Boolean
Deprecated.protected Integer
protected Boolean
protected Boolean
protected String
protected Boolean
protected List<RequiredActionProviderRepresentation>
Deprecated.protected String
protected Boolean
protected Boolean
protected RolesRepresentation
protected List<ScopeMappingRepresentation>
protected Boolean
Deprecated.Deprecated.protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Boolean
Deprecated.protected Boolean
Deprecated.protected List<UserFederationMapperRepresentation>
protected List<UserFederationProviderRepresentation>
protected Boolean
protected List<UserRepresentation>
protected Boolean
protected Integer
protected String
protected String
protected Boolean
protected Integer
protected String
protected String
protected Boolean
protected Integer
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIdentityProvider
(IdentityProviderRepresentation identityProviderRepresentation) void
void
void
void
addSupportedLocales
(String locale) void
addUserFederationMapper
(UserFederationMapperRepresentation userFederationMapper) clientScopeMapping
(String clientName) clientScopeScopeMapping
(String clientScopeName) Deprecated.Deprecated.Deprecated.getId()
Deprecated.getRealm()
Deprecated.getRoles()
Deprecated.getUsers()
boolean
isSocial()
Deprecated.Deprecated.void
setAccessCodeLifespan
(Integer accessCodeLifespan) void
setAccessCodeLifespanLogin
(Integer accessCodeLifespanLogin) void
setAccessCodeLifespanUserAction
(Integer accessCodeLifespanUserAction) void
setAccessTokenLifespan
(Integer accessTokenLifespan) void
setAccessTokenLifespanForImplicitFlow
(Integer accessTokenLifespanForImplicitFlow) void
setAccountTheme
(String accountTheme) void
setActionTokenGeneratedByAdminLifespan
(Integer actionTokenGeneratedByAdminLifespan) void
setActionTokenGeneratedByUserLifespan
(Integer actionTokenGeneratedByUserLifespan) void
setAdminEventsDetailsEnabled
(Boolean adminEventsDetailsEnabled) void
setAdminEventsEnabled
(Boolean adminEventsEnabled) void
setAdminTheme
(String adminTheme) void
setAttributes
(Map<String, String> attributes) void
setAuthenticationFlows
(List<AuthenticationFlowRepresentation> authenticationFlows) void
setAuthenticatorConfig
(List<AuthenticatorConfigRepresentation> authenticatorConfig) void
setBrowserFlow
(String browserFlow) void
setBrowserSecurityHeaders
(Map<String, String> browserSecurityHeaders) void
setBruteForceProtected
(Boolean bruteForceProtected) void
setBruteForceStrategy
(RealmRepresentation.BruteForceStrategy bruteForceStrategy) void
setCertificate
(String certificate) void
setClientAuthenticationFlow
(String clientAuthenticationFlow) void
setClientOfflineSessionIdleTimeout
(Integer clientOfflineSessionIdleTimeout) void
setClientOfflineSessionMaxLifespan
(Integer clientOfflineSessionMaxLifespan) void
setClients
(List<ClientRepresentation> clients) void
setClientScopeMappings
(Map<String, List<ScopeMappingRepresentation>> clientScopeMappings) void
setClientScopes
(List<ClientScopeRepresentation> clientScopes) void
setClientSessionIdleTimeout
(Integer clientSessionIdleTimeout) void
setClientSessionMaxLifespan
(Integer clientSessionMaxLifespan) void
setCodeSecret
(String codeSecret) void
void
setDefaultDefaultClientScopes
(List<String> defaultDefaultClientScopes) void
setDefaultGroups
(List<String> defaultGroups) void
setDefaultLocale
(String defaultLocale) void
setDefaultOptionalClientScopes
(List<String> defaultOptionalClientScopes) void
setDefaultRole
(RoleRepresentation defaultRole) void
setDefaultRoles
(List<String> defaultRoles) Deprecated.void
setDefaultSignatureAlgorithm
(String defaultSignatureAlgorithm) void
setDirectGrantFlow
(String directGrantFlow) void
setDisplayName
(String displayName) void
setDisplayNameHtml
(String displayNameHtml) setDockerAuthenticationFlow
(String dockerAuthenticationFlow) void
setDuplicateEmailsAllowed
(Boolean duplicateEmailsAllowed) void
setEditUsernameAllowed
(Boolean editUsernameAllowed) void
setEmailTheme
(String emailTheme) void
setEnabled
(Boolean enabled) void
setEnabledEventTypes
(List<String> enabledEventTypes) void
setEventsEnabled
(boolean eventsEnabled) void
setEventsExpiration
(long eventsExpiration) void
setEventsListeners
(List<String> eventsListeners) void
setFailureFactor
(Integer failureFactor) void
setFederatedUsers
(List<UserRepresentation> federatedUsers) setFirstBrokerLoginFlow
(String firstBrokerLoginFlow) void
setGroups
(List<GroupRepresentation> groups) void
void
setIdentityProviderMappers
(List<IdentityProviderMapperRepresentation> identityProviderMappers) void
setIdentityProviders
(List<IdentityProviderRepresentation> identityProviders) void
setInternationalizationEnabled
(Boolean internationalizationEnabled) void
setKeycloakVersion
(String keycloakVersion) void
void
setLoginTheme
(String loginTheme) void
setLoginWithEmailAllowed
(Boolean loginWithEmailAllowed) void
setMaxDeltaTimeSeconds
(Integer maxDeltaTimeSeconds) void
setMaxFailureWaitSeconds
(Integer maxFailureWaitSeconds) void
setMaxTemporaryLockouts
(Integer maxTemporaryLockouts) void
setMinimumQuickLoginWaitSeconds
(Integer minimumQuickLoginWaitSeconds) void
setNotBefore
(Integer notBefore) void
setOAuth2DeviceCodeLifespan
(Integer oauth2DeviceCodeLifespan) void
setOAuth2DevicePollingInterval
(Integer oauth2DevicePollingInterval) void
setOfflineSessionIdleTimeout
(Integer offlineSessionIdleTimeout) void
setOfflineSessionMaxLifespan
(Integer offlineSessionMaxLifespan) void
setOfflineSessionMaxLifespanEnabled
(Boolean offlineSessionMaxLifespanEnabled) void
setOrganizations
(List<OrganizationRepresentation> organizations) void
setOrganizationsEnabled
(Boolean organizationsEnabled) void
setOtpPolicyAlgorithm
(String otpPolicyAlgorithm) void
setOtpPolicyCodeReusable
(Boolean isCodeReusable) void
setOtpPolicyDigits
(Integer otpPolicyDigits) void
setOtpPolicyInitialCounter
(Integer otpPolicyInitialCounter) void
setOtpPolicyLookAheadWindow
(Integer otpPolicyLookAheadWindow) void
setOtpPolicyPeriod
(Integer otpPolicyPeriod) void
setOtpPolicyType
(String otpPolicyType) void
setOtpSupportedApplications
(List<String> otpSupportedApplications) void
setParsedClientPolicies
(ClientPoliciesRepresentation clientPolicies) void
setParsedClientProfiles
(ClientProfilesRepresentation clientProfiles) void
setPasswordPolicy
(String passwordPolicy) void
setPermanentLockout
(Boolean permanentLockout) void
setPrivateKey
(String privateKey) void
setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) void
setPublicKey
(String publicKey) void
setQuickLoginCheckMilliSeconds
(Long quickLoginCheckMilliSeconds) void
void
setRefreshTokenMaxReuse
(Integer refreshTokenMaxReuse) void
setRegistrationAllowed
(Boolean registrationAllowed) void
setRegistrationEmailAsUsername
(Boolean registrationEmailAsUsername) void
setRegistrationFlow
(String registrationFlow) void
setRememberMe
(Boolean rememberMe) void
setRequiredActions
(List<RequiredActionProviderRepresentation> requiredActions) void
setRequiredCredentials
(Set<String> requiredCredentials) Deprecated.void
setResetCredentialsFlow
(String resetCredentialsFlow) void
setResetPasswordAllowed
(Boolean resetPassword) void
setRevokeRefreshToken
(Boolean revokeRefreshToken) void
setRoles
(RolesRepresentation roles) void
setSmtpServer
(Map<String, String> smtpServer) void
setSslRequired
(String sslRequired) void
setSsoSessionIdleTimeout
(Integer ssoSessionIdleTimeout) void
setSsoSessionIdleTimeoutRememberMe
(Integer ssoSessionIdleTimeoutRememberMe) void
setSsoSessionMaxLifespan
(Integer ssoSessionMaxLifespan) void
setSsoSessionMaxLifespanRememberMe
(Integer ssoSessionMaxLifespanRememberMe) void
setSupportedLocales
(Set<String> supportedLocales) void
setUserFederationMappers
(List<UserFederationMapperRepresentation> userFederationMappers) void
setUserFederationProviders
(List<UserFederationProviderRepresentation> userFederationProviders) void
setUserManagedAccessAllowed
(Boolean userManagedAccessAllowed) void
setUsers
(List<UserRepresentation> users) void
setVerifyEmail
(Boolean verifyEmail) void
setWaitIncrementSeconds
(Integer waitIncrementSeconds) void
setWebAuthnPolicyAcceptableAaguids
(List<String> webAuthnPolicyAcceptableAaguids) void
setWebAuthnPolicyAttestationConveyancePreference
(String webAuthnPolicyAttestationConveyancePreference) void
setWebAuthnPolicyAuthenticatorAttachment
(String webAuthnPolicyAuthenticatorAttachment) void
setWebAuthnPolicyAvoidSameAuthenticatorRegister
(Boolean webAuthnPolicyAvoidSameAuthenticatorRegister) void
setWebAuthnPolicyCreateTimeout
(Integer webAuthnPolicyCreateTimeout) void
setWebAuthnPolicyExtraOrigins
(List<String> extraOrigins) void
setWebAuthnPolicyPasswordlessAcceptableAaguids
(List<String> webAuthnPolicyPasswordlessAcceptableAaguids) void
setWebAuthnPolicyPasswordlessAttestationConveyancePreference
(String webAuthnPolicyPasswordlessAttestationConveyancePreference) void
setWebAuthnPolicyPasswordlessAuthenticatorAttachment
(String webAuthnPolicyPasswordlessAuthenticatorAttachment) void
setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
(Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister) void
setWebAuthnPolicyPasswordlessCreateTimeout
(Integer webAuthnPolicyPasswordlessCreateTimeout) void
setWebAuthnPolicyPasswordlessExtraOrigins
(List<String> extraOrigins) void
setWebAuthnPolicyPasswordlessRequireResidentKey
(String webAuthnPolicyPasswordlessRequireResidentKey) void
setWebAuthnPolicyPasswordlessRpEntityName
(String webAuthnPolicyPasswordlessRpEntityName) void
setWebAuthnPolicyPasswordlessRpId
(String webAuthnPolicyPasswordlessRpId) void
setWebAuthnPolicyPasswordlessSignatureAlgorithms
(List<String> webAuthnPolicyPasswordlessSignatureAlgorithms) void
setWebAuthnPolicyPasswordlessUserVerificationRequirement
(String webAuthnPolicyPasswordlessUserVerificationRequirement) void
setWebAuthnPolicyRequireResidentKey
(String webAuthnPolicyRequireResidentKey) void
setWebAuthnPolicyRpEntityName
(String webAuthnPolicyRpEntityName) void
setWebAuthnPolicyRpId
(String webAuthnPolicyRpId) void
setWebAuthnPolicySignatureAlgorithms
(List<String> webAuthnPolicySignatureAlgorithms) void
setWebAuthnPolicyUserVerificationRequirement
(String webAuthnPolicyUserVerificationRequirement)
-
Field Details
-
id
-
realm
-
displayName
-
displayNameHtml
-
notBefore
-
defaultSignatureAlgorithm
-
revokeRefreshToken
-
refreshTokenMaxReuse
-
accessTokenLifespan
-
accessTokenLifespanForImplicitFlow
-
ssoSessionIdleTimeout
-
ssoSessionMaxLifespan
-
ssoSessionIdleTimeoutRememberMe
-
ssoSessionMaxLifespanRememberMe
-
offlineSessionIdleTimeout
-
offlineSessionMaxLifespanEnabled
-
offlineSessionMaxLifespan
-
clientSessionIdleTimeout
-
clientSessionMaxLifespan
-
clientOfflineSessionIdleTimeout
-
clientOfflineSessionMaxLifespan
-
accessCodeLifespan
-
accessCodeLifespanUserAction
-
accessCodeLifespanLogin
-
actionTokenGeneratedByAdminLifespan
-
actionTokenGeneratedByUserLifespan
-
oauth2DeviceCodeLifespan
-
oauth2DevicePollingInterval
-
enabled
-
sslRequired
-
passwordCredentialGrantAllowed
Deprecated. -
registrationAllowed
-
registrationEmailAsUsername
-
rememberMe
-
verifyEmail
-
loginWithEmailAllowed
-
duplicateEmailsAllowed
-
resetPasswordAllowed
-
editUsernameAllowed
-
userCacheEnabled
Deprecated. -
realmCacheEnabled
Deprecated. -
bruteForceProtected
-
permanentLockout
-
maxTemporaryLockouts
-
bruteForceStrategy
-
maxFailureWaitSeconds
-
minimumQuickLoginWaitSeconds
-
waitIncrementSeconds
-
quickLoginCheckMilliSeconds
-
maxDeltaTimeSeconds
-
failureFactor
-
privateKey
Deprecated. -
publicKey
Deprecated. -
certificate
Deprecated. -
codeSecret
Deprecated. -
roles
-
groups
-
defaultRoles
Deprecated. -
defaultRole
-
defaultGroups
-
requiredCredentials
Deprecated. -
passwordPolicy
-
otpPolicyType
-
otpPolicyAlgorithm
-
otpPolicyInitialCounter
-
otpPolicyDigits
-
otpPolicyLookAheadWindow
-
otpPolicyPeriod
-
otpPolicyCodeReusable
-
otpSupportedApplications
-
localizationTexts
-
webAuthnPolicyRpEntityName
-
webAuthnPolicySignatureAlgorithms
-
webAuthnPolicyRpId
-
webAuthnPolicyAttestationConveyancePreference
-
webAuthnPolicyAuthenticatorAttachment
-
webAuthnPolicyRequireResidentKey
-
webAuthnPolicyUserVerificationRequirement
-
webAuthnPolicyCreateTimeout
-
webAuthnPolicyAvoidSameAuthenticatorRegister
-
webAuthnPolicyAcceptableAaguids
-
webAuthnPolicyExtraOrigins
-
webAuthnPolicyPasswordlessRpEntityName
-
webAuthnPolicyPasswordlessSignatureAlgorithms
-
webAuthnPolicyPasswordlessRpId
-
webAuthnPolicyPasswordlessAttestationConveyancePreference
-
webAuthnPolicyPasswordlessAuthenticatorAttachment
-
webAuthnPolicyPasswordlessRequireResidentKey
-
webAuthnPolicyPasswordlessUserVerificationRequirement
-
webAuthnPolicyPasswordlessCreateTimeout
-
webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
-
webAuthnPolicyPasswordlessAcceptableAaguids
-
webAuthnPolicyPasswordlessExtraOrigins
-
clientProfiles
protected com.fasterxml.jackson.databind.JsonNode clientProfiles -
clientPolicies
protected com.fasterxml.jackson.databind.JsonNode clientPolicies -
users
-
federatedUsers
-
scopeMappings
-
clientScopeMappings
-
clients
-
clientScopes
-
defaultDefaultClientScopes
-
defaultOptionalClientScopes
-
browserSecurityHeaders
-
smtpServer
-
userFederationProviders
-
userFederationMappers
-
loginTheme
-
accountTheme
-
adminTheme
-
emailTheme
-
eventsEnabled
-
eventsExpiration
-
eventsListeners
-
enabledEventTypes
-
adminEventsEnabled
-
adminEventsDetailsEnabled
-
internationalizationEnabled
-
supportedLocales
-
defaultLocale
-
authenticationFlows
-
authenticatorConfig
-
requiredActions
-
browserFlow
-
registrationFlow
-
directGrantFlow
-
resetCredentialsFlow
-
clientAuthenticationFlow
-
dockerAuthenticationFlow
-
firstBrokerLoginFlow
-
attributes
-
keycloakVersion
-
userManagedAccessAllowed
-
organizationsEnabled
-
updateProfileOnInitialSocialLogin
Deprecated. -
socialProviders
Deprecated. -
applicationScopeMappings
Deprecated. -
applications
Deprecated. -
oauthClients
Deprecated. -
clientTemplates
Deprecated.
-
-
Constructor Details
-
RealmRepresentation
public RealmRepresentation()
-
-
Method Details
-
getId
-
setId
-
getRealm
-
setRealm
-
getDisplayName
-
setDisplayName
-
getDisplayNameHtml
-
setDisplayNameHtml
-
getUsers
-
getApplications
-
setUsers
-
user
-
getClients
-
setClients
-
isEnabled
-
setEnabled
-
getSslRequired
-
setSslRequired
-
getDefaultSignatureAlgorithm
-
setDefaultSignatureAlgorithm
-
getRevokeRefreshToken
-
setRevokeRefreshToken
-
getRefreshTokenMaxReuse
-
setRefreshTokenMaxReuse
-
getAccessTokenLifespan
-
setAccessTokenLifespan
-
getAccessTokenLifespanForImplicitFlow
-
setAccessTokenLifespanForImplicitFlow
-
getSsoSessionIdleTimeout
-
setSsoSessionIdleTimeout
-
getSsoSessionMaxLifespan
-
setSsoSessionMaxLifespan
-
getSsoSessionMaxLifespanRememberMe
-
setSsoSessionMaxLifespanRememberMe
-
getSsoSessionIdleTimeoutRememberMe
-
setSsoSessionIdleTimeoutRememberMe
-
getOfflineSessionIdleTimeout
-
setOfflineSessionIdleTimeout
-
getOfflineSessionMaxLifespanEnabled
-
setOfflineSessionMaxLifespanEnabled
-
getOfflineSessionMaxLifespan
-
setOfflineSessionMaxLifespan
-
getClientSessionIdleTimeout
-
setClientSessionIdleTimeout
-
getClientSessionMaxLifespan
-
setClientSessionMaxLifespan
-
getClientOfflineSessionIdleTimeout
-
setClientOfflineSessionIdleTimeout
-
getClientOfflineSessionMaxLifespan
-
setClientOfflineSessionMaxLifespan
-
getScopeMappings
-
clientScopeMapping
-
clientScopeScopeMapping
-
getRequiredCredentials
Deprecated. -
setRequiredCredentials
Deprecated. -
getPasswordPolicy
-
setPasswordPolicy
-
getAccessCodeLifespan
-
setAccessCodeLifespan
-
getAccessCodeLifespanUserAction
-
setAccessCodeLifespanUserAction
-
getAccessCodeLifespanLogin
-
setAccessCodeLifespanLogin
-
getActionTokenGeneratedByAdminLifespan
-
setActionTokenGeneratedByAdminLifespan
-
setOAuth2DeviceCodeLifespan
-
getOAuth2DeviceCodeLifespan
-
setOAuth2DevicePollingInterval
-
getOAuth2DevicePollingInterval
-
getActionTokenGeneratedByUserLifespan
-
setActionTokenGeneratedByUserLifespan
-
getDefaultRoles
Deprecated. -
setDefaultRoles
Deprecated. -
getDefaultRole
-
setDefaultRole
-
getDefaultGroups
-
setDefaultGroups
-
getPrivateKey
-
setPrivateKey
-
getPublicKey
-
setPublicKey
-
getCertificate
-
setCertificate
-
getCodeSecret
-
setCodeSecret
-
isPasswordCredentialGrantAllowed
-
isRegistrationAllowed
-
setRegistrationAllowed
-
isRegistrationEmailAsUsername
-
setRegistrationEmailAsUsername
-
isRememberMe
-
setRememberMe
-
isVerifyEmail
-
setVerifyEmail
-
isLoginWithEmailAllowed
-
setLoginWithEmailAllowed
-
isDuplicateEmailsAllowed
-
setDuplicateEmailsAllowed
-
isResetPasswordAllowed
-
setResetPasswordAllowed
-
isEditUsernameAllowed
-
setEditUsernameAllowed
-
isSocial
Deprecated. -
isUpdateProfileOnInitialSocialLogin
Deprecated. -
getBrowserSecurityHeaders
-
setBrowserSecurityHeaders
-
getSocialProviders
Deprecated. -
getSmtpServer
-
setSmtpServer
-
getOauthClients
Deprecated. -
getClientScopeMappings
-
setClientScopeMappings
public void setClientScopeMappings(Map<String, List<ScopeMappingRepresentation>> clientScopeMappings) -
getApplicationScopeMappings
Deprecated. -
getRoles
-
setRoles
-
getLoginTheme
-
setLoginTheme
-
getAccountTheme
-
setAccountTheme
-
getAdminTheme
-
setAdminTheme
-
getEmailTheme
-
setEmailTheme
-
getNotBefore
-
setNotBefore
-
isBruteForceProtected
-
setBruteForceProtected
-
isPermanentLockout
-
setPermanentLockout
-
getMaxTemporaryLockouts
-
setMaxTemporaryLockouts
-
getBruteForceStrategy
-
setBruteForceStrategy
-
getMaxFailureWaitSeconds
-
setMaxFailureWaitSeconds
-
getMinimumQuickLoginWaitSeconds
-
setMinimumQuickLoginWaitSeconds
-
getWaitIncrementSeconds
-
setWaitIncrementSeconds
-
getQuickLoginCheckMilliSeconds
-
setQuickLoginCheckMilliSeconds
-
getMaxDeltaTimeSeconds
-
setMaxDeltaTimeSeconds
-
getFailureFactor
-
setFailureFactor
-
isEventsEnabled
-
setEventsEnabled
public void setEventsEnabled(boolean eventsEnabled) -
getEventsExpiration
-
setEventsExpiration
public void setEventsExpiration(long eventsExpiration) -
getEventsListeners
-
setEventsListeners
-
getEnabledEventTypes
-
setEnabledEventTypes
-
isAdminEventsEnabled
-
setAdminEventsEnabled
-
isAdminEventsDetailsEnabled
-
setAdminEventsDetailsEnabled
-
getUserFederationProviders
-
setUserFederationProviders
public void setUserFederationProviders(List<UserFederationProviderRepresentation> userFederationProviders) -
getUserFederationMappers
-
setUserFederationMappers
public void setUserFederationMappers(List<UserFederationMapperRepresentation> userFederationMappers) -
addUserFederationMapper
-
getIdentityProviders
-
setIdentityProviders
-
addIdentityProvider
-
getProtocolMappers
-
addProtocolMapper
-
setProtocolMappers
-
isInternationalizationEnabled
-
setInternationalizationEnabled
-
getSupportedLocales
-
addSupportedLocales
-
setSupportedLocales
-
getDefaultLocale
-
setDefaultLocale
-
getIdentityProviderMappers
-
setIdentityProviderMappers
public void setIdentityProviderMappers(List<IdentityProviderMapperRepresentation> identityProviderMappers) -
addIdentityProviderMapper
-
getAuthenticationFlows
-
setAuthenticationFlows
-
getAuthenticatorConfig
-
setAuthenticatorConfig
-
getRequiredActions
-
setRequiredActions
-
getOtpPolicyType
-
setOtpPolicyType
-
getOtpPolicyAlgorithm
-
setOtpPolicyAlgorithm
-
getOtpPolicyInitialCounter
-
setOtpPolicyInitialCounter
-
getOtpPolicyDigits
-
setOtpPolicyDigits
-
getOtpPolicyLookAheadWindow
-
setOtpPolicyLookAheadWindow
-
getOtpPolicyPeriod
-
setOtpPolicyPeriod
-
getOtpSupportedApplications
-
setOtpSupportedApplications
-
getLocalizationTexts
-
setLocalizationTexts
-
isOtpPolicyCodeReusable
-
setOtpPolicyCodeReusable
-
getWebAuthnPolicyRpEntityName
-
setWebAuthnPolicyRpEntityName
-
getWebAuthnPolicySignatureAlgorithms
-
setWebAuthnPolicySignatureAlgorithms
-
getWebAuthnPolicyRpId
-
setWebAuthnPolicyRpId
-
getWebAuthnPolicyAttestationConveyancePreference
-
setWebAuthnPolicyAttestationConveyancePreference
public void setWebAuthnPolicyAttestationConveyancePreference(String webAuthnPolicyAttestationConveyancePreference) -
getWebAuthnPolicyAuthenticatorAttachment
-
setWebAuthnPolicyAuthenticatorAttachment
-
getWebAuthnPolicyRequireResidentKey
-
setWebAuthnPolicyRequireResidentKey
-
getWebAuthnPolicyUserVerificationRequirement
-
setWebAuthnPolicyUserVerificationRequirement
public void setWebAuthnPolicyUserVerificationRequirement(String webAuthnPolicyUserVerificationRequirement) -
getWebAuthnPolicyCreateTimeout
-
setWebAuthnPolicyCreateTimeout
-
isWebAuthnPolicyAvoidSameAuthenticatorRegister
-
setWebAuthnPolicyAvoidSameAuthenticatorRegister
public void setWebAuthnPolicyAvoidSameAuthenticatorRegister(Boolean webAuthnPolicyAvoidSameAuthenticatorRegister) -
getWebAuthnPolicyAcceptableAaguids
-
setWebAuthnPolicyAcceptableAaguids
-
getWebAuthnPolicyExtraOrigins
-
setWebAuthnPolicyExtraOrigins
-
getWebAuthnPolicyPasswordlessRpEntityName
-
setWebAuthnPolicyPasswordlessRpEntityName
public void setWebAuthnPolicyPasswordlessRpEntityName(String webAuthnPolicyPasswordlessRpEntityName) -
getWebAuthnPolicyPasswordlessSignatureAlgorithms
-
setWebAuthnPolicyPasswordlessSignatureAlgorithms
-
getWebAuthnPolicyPasswordlessRpId
-
setWebAuthnPolicyPasswordlessRpId
-
getWebAuthnPolicyPasswordlessAttestationConveyancePreference
-
setWebAuthnPolicyPasswordlessAttestationConveyancePreference
public void setWebAuthnPolicyPasswordlessAttestationConveyancePreference(String webAuthnPolicyPasswordlessAttestationConveyancePreference) -
getWebAuthnPolicyPasswordlessAuthenticatorAttachment
-
setWebAuthnPolicyPasswordlessAuthenticatorAttachment
public void setWebAuthnPolicyPasswordlessAuthenticatorAttachment(String webAuthnPolicyPasswordlessAuthenticatorAttachment) -
getWebAuthnPolicyPasswordlessRequireResidentKey
-
setWebAuthnPolicyPasswordlessRequireResidentKey
public void setWebAuthnPolicyPasswordlessRequireResidentKey(String webAuthnPolicyPasswordlessRequireResidentKey) -
getWebAuthnPolicyPasswordlessUserVerificationRequirement
-
setWebAuthnPolicyPasswordlessUserVerificationRequirement
public void setWebAuthnPolicyPasswordlessUserVerificationRequirement(String webAuthnPolicyPasswordlessUserVerificationRequirement) -
getWebAuthnPolicyPasswordlessCreateTimeout
-
setWebAuthnPolicyPasswordlessCreateTimeout
public void setWebAuthnPolicyPasswordlessCreateTimeout(Integer webAuthnPolicyPasswordlessCreateTimeout) -
isWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
-
setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister
public void setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister(Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister) -
getWebAuthnPolicyPasswordlessAcceptableAaguids
-
setWebAuthnPolicyPasswordlessAcceptableAaguids
-
getWebAuthnPolicyPasswordlessExtraOrigins
-
setWebAuthnPolicyPasswordlessExtraOrigins
-
getParsedClientProfiles
-
setParsedClientProfiles
-
getParsedClientPolicies
-
setParsedClientPolicies
-
getBrowserFlow
-
setBrowserFlow
-
getRegistrationFlow
-
setRegistrationFlow
-
getDirectGrantFlow
-
setDirectGrantFlow
-
getResetCredentialsFlow
-
setResetCredentialsFlow
-
getClientAuthenticationFlow
-
setClientAuthenticationFlow
-
getDockerAuthenticationFlow
-
setDockerAuthenticationFlow
-
getFirstBrokerLoginFlow
-
setFirstBrokerLoginFlow
-
getKeycloakVersion
-
setKeycloakVersion
-
getGroups
-
setGroups
-
getClientTemplates
Deprecated. -
getClientScopes
-
setClientScopes
-
getDefaultDefaultClientScopes
-
setDefaultDefaultClientScopes
-
getDefaultOptionalClientScopes
-
setDefaultOptionalClientScopes
-
getComponents
-
setComponents
-
isIdentityFederationEnabled
public boolean isIdentityFederationEnabled() -
setAttributes
-
getAttributes
-
getFederatedUsers
-
setFederatedUsers
-
setUserManagedAccessAllowed
-
isUserManagedAccessAllowed
-
isOrganizationsEnabled
-
setOrganizationsEnabled
-
getAttributesOrEmpty
-
getOrganizations
-
setOrganizations
-
addOrganization
-
social