Package org.keycloak.representations.idm
Class RealmRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.RealmRepresentation
 
- 
 public class RealmRepresentation extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description RealmRepresentation()
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
idprotected String id 
 - 
realmprotected String realm 
 - 
displayNameprotected String displayName 
 - 
displayNameHtmlprotected String displayNameHtml 
 - 
notBeforeprotected Integer notBefore 
 - 
defaultSignatureAlgorithmprotected String defaultSignatureAlgorithm 
 - 
revokeRefreshTokenprotected Boolean revokeRefreshToken 
 - 
refreshTokenMaxReuseprotected Integer refreshTokenMaxReuse 
 - 
accessTokenLifespanprotected Integer accessTokenLifespan 
 - 
accessTokenLifespanForImplicitFlowprotected Integer accessTokenLifespanForImplicitFlow 
 - 
ssoSessionIdleTimeoutprotected Integer ssoSessionIdleTimeout 
 - 
ssoSessionMaxLifespanprotected Integer ssoSessionMaxLifespan 
 - 
ssoSessionIdleTimeoutRememberMeprotected Integer ssoSessionIdleTimeoutRememberMe 
 - 
ssoSessionMaxLifespanRememberMeprotected Integer ssoSessionMaxLifespanRememberMe 
 - 
offlineSessionIdleTimeoutprotected Integer offlineSessionIdleTimeout 
 - 
offlineSessionMaxLifespanEnabledprotected Boolean offlineSessionMaxLifespanEnabled 
 - 
offlineSessionMaxLifespanprotected Integer offlineSessionMaxLifespan 
 - 
clientSessionIdleTimeoutprotected Integer clientSessionIdleTimeout 
 - 
clientSessionMaxLifespanprotected Integer clientSessionMaxLifespan 
 - 
clientOfflineSessionIdleTimeoutprotected Integer clientOfflineSessionIdleTimeout 
 - 
clientOfflineSessionMaxLifespanprotected Integer clientOfflineSessionMaxLifespan 
 - 
accessCodeLifespanprotected Integer accessCodeLifespan 
 - 
accessCodeLifespanUserActionprotected Integer accessCodeLifespanUserAction 
 - 
accessCodeLifespanLoginprotected Integer accessCodeLifespanLogin 
 - 
actionTokenGeneratedByAdminLifespanprotected Integer actionTokenGeneratedByAdminLifespan 
 - 
actionTokenGeneratedByUserLifespanprotected Integer actionTokenGeneratedByUserLifespan 
 - 
oauth2DeviceCodeLifespanprotected Integer oauth2DeviceCodeLifespan 
 - 
oauth2DevicePollingIntervalprotected Integer oauth2DevicePollingInterval 
 - 
enabledprotected Boolean enabled 
 - 
sslRequiredprotected String sslRequired 
 - 
passwordCredentialGrantAllowed@Deprecated protected Boolean passwordCredentialGrantAllowed Deprecated.
 - 
registrationAllowedprotected Boolean registrationAllowed 
 - 
registrationEmailAsUsernameprotected Boolean registrationEmailAsUsername 
 - 
rememberMeprotected Boolean rememberMe 
 - 
verifyEmailprotected Boolean verifyEmail 
 - 
loginWithEmailAllowedprotected Boolean loginWithEmailAllowed 
 - 
duplicateEmailsAllowedprotected Boolean duplicateEmailsAllowed 
 - 
resetPasswordAllowedprotected Boolean resetPasswordAllowed 
 - 
editUsernameAllowedprotected Boolean editUsernameAllowed 
 - 
userCacheEnabled@Deprecated protected Boolean userCacheEnabled Deprecated.
 - 
realmCacheEnabled@Deprecated protected Boolean realmCacheEnabled Deprecated.
 - 
bruteForceProtectedprotected Boolean bruteForceProtected 
 - 
permanentLockoutprotected Boolean permanentLockout 
 - 
maxFailureWaitSecondsprotected Integer maxFailureWaitSeconds 
 - 
minimumQuickLoginWaitSecondsprotected Integer minimumQuickLoginWaitSeconds 
 - 
waitIncrementSecondsprotected Integer waitIncrementSeconds 
 - 
quickLoginCheckMilliSecondsprotected Long quickLoginCheckMilliSeconds 
 - 
maxDeltaTimeSecondsprotected Integer maxDeltaTimeSeconds 
 - 
failureFactorprotected Integer failureFactor 
 - 
privateKey@Deprecated protected String privateKey Deprecated.
 - 
publicKey@Deprecated protected String publicKey Deprecated.
 - 
certificate@Deprecated protected String certificate Deprecated.
 - 
codeSecret@Deprecated protected String codeSecret Deprecated.
 - 
rolesprotected RolesRepresentation roles 
 - 
groupsprotected List<GroupRepresentation> groups 
 - 
defaultRoles@Deprecated protected List<String> defaultRoles Deprecated.
 - 
defaultRoleprotected RoleRepresentation defaultRole 
 - 
requiredCredentials@Deprecated protected Set<String> requiredCredentials Deprecated.
 - 
passwordPolicyprotected String passwordPolicy 
 - 
otpPolicyTypeprotected String otpPolicyType 
 - 
otpPolicyAlgorithmprotected String otpPolicyAlgorithm 
 - 
otpPolicyInitialCounterprotected Integer otpPolicyInitialCounter 
 - 
otpPolicyDigitsprotected Integer otpPolicyDigits 
 - 
otpPolicyLookAheadWindowprotected Integer otpPolicyLookAheadWindow 
 - 
otpPolicyPeriodprotected Integer otpPolicyPeriod 
 - 
otpPolicyCodeReusableprotected Boolean otpPolicyCodeReusable 
 - 
webAuthnPolicyRpEntityNameprotected String webAuthnPolicyRpEntityName 
 - 
webAuthnPolicyRpIdprotected String webAuthnPolicyRpId 
 - 
webAuthnPolicyAttestationConveyancePreferenceprotected String webAuthnPolicyAttestationConveyancePreference 
 - 
webAuthnPolicyAuthenticatorAttachmentprotected String webAuthnPolicyAuthenticatorAttachment 
 - 
webAuthnPolicyRequireResidentKeyprotected String webAuthnPolicyRequireResidentKey 
 - 
webAuthnPolicyUserVerificationRequirementprotected String webAuthnPolicyUserVerificationRequirement 
 - 
webAuthnPolicyCreateTimeoutprotected Integer webAuthnPolicyCreateTimeout 
 - 
webAuthnPolicyAvoidSameAuthenticatorRegisterprotected Boolean webAuthnPolicyAvoidSameAuthenticatorRegister 
 - 
webAuthnPolicyPasswordlessRpEntityNameprotected String webAuthnPolicyPasswordlessRpEntityName 
 - 
webAuthnPolicyPasswordlessSignatureAlgorithmsprotected List<String> webAuthnPolicyPasswordlessSignatureAlgorithms 
 - 
webAuthnPolicyPasswordlessRpIdprotected String webAuthnPolicyPasswordlessRpId 
 - 
webAuthnPolicyPasswordlessAttestationConveyancePreferenceprotected String webAuthnPolicyPasswordlessAttestationConveyancePreference 
 - 
webAuthnPolicyPasswordlessAuthenticatorAttachmentprotected String webAuthnPolicyPasswordlessAuthenticatorAttachment 
 - 
webAuthnPolicyPasswordlessRequireResidentKeyprotected String webAuthnPolicyPasswordlessRequireResidentKey 
 - 
webAuthnPolicyPasswordlessUserVerificationRequirementprotected String webAuthnPolicyPasswordlessUserVerificationRequirement 
 - 
webAuthnPolicyPasswordlessCreateTimeoutprotected Integer webAuthnPolicyPasswordlessCreateTimeout 
 - 
webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegisterprotected Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister 
 - 
webAuthnPolicyPasswordlessAcceptableAaguidsprotected List<String> webAuthnPolicyPasswordlessAcceptableAaguids 
 - 
clientProfilesprotected com.fasterxml.jackson.databind.JsonNode clientProfiles 
 - 
clientPoliciesprotected com.fasterxml.jackson.databind.JsonNode clientPolicies 
 - 
usersprotected List<UserRepresentation> users 
 - 
federatedUsersprotected List<UserRepresentation> federatedUsers 
 - 
scopeMappingsprotected List<ScopeMappingRepresentation> scopeMappings 
 - 
clientScopeMappingsprotected Map<String,List<ScopeMappingRepresentation>> clientScopeMappings 
 - 
clientsprotected List<ClientRepresentation> clients 
 - 
clientScopesprotected List<ClientScopeRepresentation> clientScopes 
 - 
userFederationProvidersprotected List<UserFederationProviderRepresentation> userFederationProviders 
 - 
userFederationMappersprotected List<UserFederationMapperRepresentation> userFederationMappers 
 - 
loginThemeprotected String loginTheme 
 - 
accountThemeprotected String accountTheme 
 - 
adminThemeprotected String adminTheme 
 - 
emailThemeprotected String emailTheme 
 - 
eventsEnabledprotected Boolean eventsEnabled 
 - 
eventsExpirationprotected Long eventsExpiration 
 - 
adminEventsEnabledprotected Boolean adminEventsEnabled 
 - 
adminEventsDetailsEnabledprotected Boolean adminEventsDetailsEnabled 
 - 
internationalizationEnabledprotected Boolean internationalizationEnabled 
 - 
defaultLocaleprotected String defaultLocale 
 - 
authenticationFlowsprotected List<AuthenticationFlowRepresentation> authenticationFlows 
 - 
authenticatorConfigprotected List<AuthenticatorConfigRepresentation> authenticatorConfig 
 - 
requiredActionsprotected List<RequiredActionProviderRepresentation> requiredActions 
 - 
browserFlowprotected String browserFlow 
 - 
registrationFlowprotected String registrationFlow 
 - 
directGrantFlowprotected String directGrantFlow 
 - 
resetCredentialsFlowprotected String resetCredentialsFlow 
 - 
clientAuthenticationFlowprotected String clientAuthenticationFlow 
 - 
dockerAuthenticationFlowprotected String dockerAuthenticationFlow 
 - 
keycloakVersionprotected String keycloakVersion 
 - 
userManagedAccessAllowedprotected Boolean userManagedAccessAllowed 
 - 
social@Deprecated protected Boolean social Deprecated.
 - 
updateProfileOnInitialSocialLogin@Deprecated protected Boolean updateProfileOnInitialSocialLogin Deprecated.
 - 
socialProviders@Deprecated protected Map<String,String> socialProviders Deprecated.
 - 
applicationScopeMappings@Deprecated protected Map<String,List<ScopeMappingRepresentation>> applicationScopeMappings Deprecated.
 - 
applications@Deprecated protected List<ApplicationRepresentation> applications Deprecated.
 - 
oauthClients@Deprecated protected List<OAuthClientRepresentation> oauthClients Deprecated.
 - 
clientTemplates@Deprecated protected List<ClientTemplateRepresentation> clientTemplates Deprecated.
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getRealmpublic String getRealm() 
 - 
setRealmpublic void setRealm(String realm) 
 - 
getDisplayNamepublic String getDisplayName() 
 - 
setDisplayNamepublic void setDisplayName(String displayName) 
 - 
getDisplayNameHtmlpublic String getDisplayNameHtml() 
 - 
setDisplayNameHtmlpublic void setDisplayNameHtml(String displayNameHtml) 
 - 
getUserspublic List<UserRepresentation> getUsers() 
 - 
getApplicationspublic List<ApplicationRepresentation> getApplications() 
 - 
setUserspublic void setUsers(List<UserRepresentation> users) 
 - 
userpublic UserRepresentation user(String username) 
 - 
getClientspublic List<ClientRepresentation> getClients() 
 - 
setClientspublic void setClients(List<ClientRepresentation> clients) 
 - 
isEnabledpublic Boolean isEnabled() 
 - 
setEnabledpublic void setEnabled(Boolean enabled) 
 - 
getSslRequiredpublic String getSslRequired() 
 - 
setSslRequiredpublic void setSslRequired(String sslRequired) 
 - 
getDefaultSignatureAlgorithmpublic String getDefaultSignatureAlgorithm() 
 - 
setDefaultSignatureAlgorithmpublic void setDefaultSignatureAlgorithm(String defaultSignatureAlgorithm) 
 - 
getRevokeRefreshTokenpublic Boolean getRevokeRefreshToken() 
 - 
setRevokeRefreshTokenpublic void setRevokeRefreshToken(Boolean revokeRefreshToken) 
 - 
getRefreshTokenMaxReusepublic Integer getRefreshTokenMaxReuse() 
 - 
setRefreshTokenMaxReusepublic void setRefreshTokenMaxReuse(Integer refreshTokenMaxReuse) 
 - 
getAccessTokenLifespanpublic Integer getAccessTokenLifespan() 
 - 
setAccessTokenLifespanpublic void setAccessTokenLifespan(Integer accessTokenLifespan) 
 - 
getAccessTokenLifespanForImplicitFlowpublic Integer getAccessTokenLifespanForImplicitFlow() 
 - 
setAccessTokenLifespanForImplicitFlowpublic void setAccessTokenLifespanForImplicitFlow(Integer accessTokenLifespanForImplicitFlow) 
 - 
getSsoSessionIdleTimeoutpublic Integer getSsoSessionIdleTimeout() 
 - 
setSsoSessionIdleTimeoutpublic void setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout) 
 - 
getSsoSessionMaxLifespanpublic Integer getSsoSessionMaxLifespan() 
 - 
setSsoSessionMaxLifespanpublic void setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan) 
 - 
getSsoSessionMaxLifespanRememberMepublic Integer getSsoSessionMaxLifespanRememberMe() 
 - 
setSsoSessionMaxLifespanRememberMepublic void setSsoSessionMaxLifespanRememberMe(Integer ssoSessionMaxLifespanRememberMe) 
 - 
getSsoSessionIdleTimeoutRememberMepublic Integer getSsoSessionIdleTimeoutRememberMe() 
 - 
setSsoSessionIdleTimeoutRememberMepublic void setSsoSessionIdleTimeoutRememberMe(Integer ssoSessionIdleTimeoutRememberMe) 
 - 
getOfflineSessionIdleTimeoutpublic Integer getOfflineSessionIdleTimeout() 
 - 
setOfflineSessionIdleTimeoutpublic void setOfflineSessionIdleTimeout(Integer offlineSessionIdleTimeout) 
 - 
getOfflineSessionMaxLifespanEnabledpublic Boolean getOfflineSessionMaxLifespanEnabled() 
 - 
setOfflineSessionMaxLifespanEnabledpublic void setOfflineSessionMaxLifespanEnabled(Boolean offlineSessionMaxLifespanEnabled) 
 - 
getOfflineSessionMaxLifespanpublic Integer getOfflineSessionMaxLifespan() 
 - 
setOfflineSessionMaxLifespanpublic void setOfflineSessionMaxLifespan(Integer offlineSessionMaxLifespan) 
 - 
getClientSessionIdleTimeoutpublic Integer getClientSessionIdleTimeout() 
 - 
setClientSessionIdleTimeoutpublic void setClientSessionIdleTimeout(Integer clientSessionIdleTimeout) 
 - 
getClientSessionMaxLifespanpublic Integer getClientSessionMaxLifespan() 
 - 
setClientSessionMaxLifespanpublic void setClientSessionMaxLifespan(Integer clientSessionMaxLifespan) 
 - 
getClientOfflineSessionIdleTimeoutpublic Integer getClientOfflineSessionIdleTimeout() 
 - 
setClientOfflineSessionIdleTimeoutpublic void setClientOfflineSessionIdleTimeout(Integer clientOfflineSessionIdleTimeout) 
 - 
getClientOfflineSessionMaxLifespanpublic Integer getClientOfflineSessionMaxLifespan() 
 - 
setClientOfflineSessionMaxLifespanpublic void setClientOfflineSessionMaxLifespan(Integer clientOfflineSessionMaxLifespan) 
 - 
getScopeMappingspublic List<ScopeMappingRepresentation> getScopeMappings() 
 - 
clientScopeMappingpublic ScopeMappingRepresentation clientScopeMapping(String clientName) 
 - 
clientScopeScopeMappingpublic ScopeMappingRepresentation clientScopeScopeMapping(String clientScopeName) 
 - 
getRequiredCredentials@Deprecated public Set<String> getRequiredCredentials() Deprecated.
 - 
setRequiredCredentials@Deprecated public void setRequiredCredentials(Set<String> requiredCredentials) Deprecated.
 - 
getPasswordPolicypublic String getPasswordPolicy() 
 - 
setPasswordPolicypublic void setPasswordPolicy(String passwordPolicy) 
 - 
getAccessCodeLifespanpublic Integer getAccessCodeLifespan() 
 - 
setAccessCodeLifespanpublic void setAccessCodeLifespan(Integer accessCodeLifespan) 
 - 
getAccessCodeLifespanUserActionpublic Integer getAccessCodeLifespanUserAction() 
 - 
setAccessCodeLifespanUserActionpublic void setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction) 
 - 
getAccessCodeLifespanLoginpublic Integer getAccessCodeLifespanLogin() 
 - 
setAccessCodeLifespanLoginpublic void setAccessCodeLifespanLogin(Integer accessCodeLifespanLogin) 
 - 
getActionTokenGeneratedByAdminLifespanpublic Integer getActionTokenGeneratedByAdminLifespan() 
 - 
setActionTokenGeneratedByAdminLifespanpublic void setActionTokenGeneratedByAdminLifespan(Integer actionTokenGeneratedByAdminLifespan) 
 - 
setOAuth2DeviceCodeLifespanpublic void setOAuth2DeviceCodeLifespan(Integer oauth2DeviceCodeLifespan) 
 - 
getOAuth2DeviceCodeLifespanpublic Integer getOAuth2DeviceCodeLifespan() 
 - 
setOAuth2DevicePollingIntervalpublic void setOAuth2DevicePollingInterval(Integer oauth2DevicePollingInterval) 
 - 
getOAuth2DevicePollingIntervalpublic Integer getOAuth2DevicePollingInterval() 
 - 
getActionTokenGeneratedByUserLifespanpublic Integer getActionTokenGeneratedByUserLifespan() 
 - 
setActionTokenGeneratedByUserLifespanpublic void setActionTokenGeneratedByUserLifespan(Integer actionTokenGeneratedByUserLifespan) 
 - 
getDefaultRoles@Deprecated public List<String> getDefaultRoles() Deprecated.
 - 
setDefaultRoles@Deprecated public void setDefaultRoles(List<String> defaultRoles) Deprecated.
 - 
getDefaultRolepublic RoleRepresentation getDefaultRole() 
 - 
setDefaultRolepublic void setDefaultRole(RoleRepresentation defaultRole) 
 - 
getPrivateKeypublic String getPrivateKey() 
 - 
setPrivateKeypublic void setPrivateKey(String privateKey) 
 - 
getPublicKeypublic String getPublicKey() 
 - 
setPublicKeypublic void setPublicKey(String publicKey) 
 - 
getCertificatepublic String getCertificate() 
 - 
setCertificatepublic void setCertificate(String certificate) 
 - 
getCodeSecretpublic String getCodeSecret() 
 - 
setCodeSecretpublic void setCodeSecret(String codeSecret) 
 - 
isPasswordCredentialGrantAllowedpublic Boolean isPasswordCredentialGrantAllowed() 
 - 
isRegistrationAllowedpublic Boolean isRegistrationAllowed() 
 - 
setRegistrationAllowedpublic void setRegistrationAllowed(Boolean registrationAllowed) 
 - 
isRegistrationEmailAsUsernamepublic Boolean isRegistrationEmailAsUsername() 
 - 
setRegistrationEmailAsUsernamepublic void setRegistrationEmailAsUsername(Boolean registrationEmailAsUsername) 
 - 
isRememberMepublic Boolean isRememberMe() 
 - 
setRememberMepublic void setRememberMe(Boolean rememberMe) 
 - 
isVerifyEmailpublic Boolean isVerifyEmail() 
 - 
setVerifyEmailpublic void setVerifyEmail(Boolean verifyEmail) 
 - 
isLoginWithEmailAllowedpublic Boolean isLoginWithEmailAllowed() 
 - 
setLoginWithEmailAllowedpublic void setLoginWithEmailAllowed(Boolean loginWithEmailAllowed) 
 - 
isDuplicateEmailsAllowedpublic Boolean isDuplicateEmailsAllowed() 
 - 
setDuplicateEmailsAllowedpublic void setDuplicateEmailsAllowed(Boolean duplicateEmailsAllowed) 
 - 
isResetPasswordAllowedpublic Boolean isResetPasswordAllowed() 
 - 
setResetPasswordAllowedpublic void setResetPasswordAllowed(Boolean resetPassword) 
 - 
isEditUsernameAllowedpublic Boolean isEditUsernameAllowed() 
 - 
setEditUsernameAllowedpublic void setEditUsernameAllowed(Boolean editUsernameAllowed) 
 - 
isSocial@Deprecated public Boolean isSocial() Deprecated.
 - 
isUpdateProfileOnInitialSocialLogin@Deprecated public Boolean isUpdateProfileOnInitialSocialLogin() Deprecated.
 - 
setBrowserSecurityHeaderspublic void setBrowserSecurityHeaders(Map<String,String> browserSecurityHeaders) 
 - 
getSocialProviders@Deprecated public Map<String,String> getSocialProviders() Deprecated.
 - 
getOauthClients@Deprecated public List<OAuthClientRepresentation> getOauthClients() Deprecated.
 - 
getClientScopeMappingspublic Map<String,List<ScopeMappingRepresentation>> getClientScopeMappings() 
 - 
setClientScopeMappingspublic void setClientScopeMappings(Map<String,List<ScopeMappingRepresentation>> clientScopeMappings) 
 - 
getApplicationScopeMappings@Deprecated public Map<String,List<ScopeMappingRepresentation>> getApplicationScopeMappings() Deprecated.
 - 
getRolespublic RolesRepresentation getRoles() 
 - 
setRolespublic void setRoles(RolesRepresentation roles) 
 - 
getLoginThemepublic String getLoginTheme() 
 - 
setLoginThemepublic void setLoginTheme(String loginTheme) 
 - 
getAccountThemepublic String getAccountTheme() 
 - 
setAccountThemepublic void setAccountTheme(String accountTheme) 
 - 
getAdminThemepublic String getAdminTheme() 
 - 
setAdminThemepublic void setAdminTheme(String adminTheme) 
 - 
getEmailThemepublic String getEmailTheme() 
 - 
setEmailThemepublic void setEmailTheme(String emailTheme) 
 - 
getNotBeforepublic Integer getNotBefore() 
 - 
setNotBeforepublic void setNotBefore(Integer notBefore) 
 - 
isBruteForceProtectedpublic Boolean isBruteForceProtected() 
 - 
setBruteForceProtectedpublic void setBruteForceProtected(Boolean bruteForceProtected) 
 - 
isPermanentLockoutpublic Boolean isPermanentLockout() 
 - 
setPermanentLockoutpublic void setPermanentLockout(Boolean permanentLockout) 
 - 
getMaxFailureWaitSecondspublic Integer getMaxFailureWaitSeconds() 
 - 
setMaxFailureWaitSecondspublic void setMaxFailureWaitSeconds(Integer maxFailureWaitSeconds) 
 - 
getMinimumQuickLoginWaitSecondspublic Integer getMinimumQuickLoginWaitSeconds() 
 - 
setMinimumQuickLoginWaitSecondspublic void setMinimumQuickLoginWaitSeconds(Integer minimumQuickLoginWaitSeconds) 
 - 
getWaitIncrementSecondspublic Integer getWaitIncrementSeconds() 
 - 
setWaitIncrementSecondspublic void setWaitIncrementSeconds(Integer waitIncrementSeconds) 
 - 
getQuickLoginCheckMilliSecondspublic Long getQuickLoginCheckMilliSeconds() 
 - 
setQuickLoginCheckMilliSecondspublic void setQuickLoginCheckMilliSeconds(Long quickLoginCheckMilliSeconds) 
 - 
getMaxDeltaTimeSecondspublic Integer getMaxDeltaTimeSeconds() 
 - 
setMaxDeltaTimeSecondspublic void setMaxDeltaTimeSeconds(Integer maxDeltaTimeSeconds) 
 - 
getFailureFactorpublic Integer getFailureFactor() 
 - 
setFailureFactorpublic void setFailureFactor(Integer failureFactor) 
 - 
isEventsEnabledpublic Boolean isEventsEnabled() 
 - 
setEventsEnabledpublic void setEventsEnabled(boolean eventsEnabled) 
 - 
getEventsExpirationpublic Long getEventsExpiration() 
 - 
setEventsExpirationpublic void setEventsExpiration(long eventsExpiration) 
 - 
isAdminEventsEnabledpublic Boolean isAdminEventsEnabled() 
 - 
setAdminEventsEnabledpublic void setAdminEventsEnabled(Boolean adminEventsEnabled) 
 - 
isAdminEventsDetailsEnabledpublic Boolean isAdminEventsDetailsEnabled() 
 - 
setAdminEventsDetailsEnabledpublic void setAdminEventsDetailsEnabled(Boolean adminEventsDetailsEnabled) 
 - 
getUserFederationProviderspublic List<UserFederationProviderRepresentation> getUserFederationProviders() 
 - 
setUserFederationProviderspublic void setUserFederationProviders(List<UserFederationProviderRepresentation> userFederationProviders) 
 - 
getUserFederationMapperspublic List<UserFederationMapperRepresentation> getUserFederationMappers() 
 - 
setUserFederationMapperspublic void setUserFederationMappers(List<UserFederationMapperRepresentation> userFederationMappers) 
 - 
addUserFederationMapperpublic void addUserFederationMapper(UserFederationMapperRepresentation userFederationMapper) 
 - 
getIdentityProviderspublic List<IdentityProviderRepresentation> getIdentityProviders() 
 - 
setIdentityProviderspublic void setIdentityProviders(List<IdentityProviderRepresentation> identityProviders) 
 - 
addIdentityProviderpublic void addIdentityProvider(IdentityProviderRepresentation identityProviderRepresentation) 
 - 
getProtocolMapperspublic List<ProtocolMapperRepresentation> getProtocolMappers() 
 - 
addProtocolMapperpublic void addProtocolMapper(ProtocolMapperRepresentation rep) 
 - 
setProtocolMapperspublic void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) 
 - 
isInternationalizationEnabledpublic Boolean isInternationalizationEnabled() 
 - 
setInternationalizationEnabledpublic void setInternationalizationEnabled(Boolean internationalizationEnabled) 
 - 
addSupportedLocalespublic void addSupportedLocales(String locale) 
 - 
getDefaultLocalepublic String getDefaultLocale() 
 - 
setDefaultLocalepublic void setDefaultLocale(String defaultLocale) 
 - 
getIdentityProviderMapperspublic List<IdentityProviderMapperRepresentation> getIdentityProviderMappers() 
 - 
setIdentityProviderMapperspublic void setIdentityProviderMappers(List<IdentityProviderMapperRepresentation> identityProviderMappers) 
 - 
addIdentityProviderMapperpublic void addIdentityProviderMapper(IdentityProviderMapperRepresentation rep) 
 - 
getAuthenticationFlowspublic List<AuthenticationFlowRepresentation> getAuthenticationFlows() 
 - 
setAuthenticationFlowspublic void setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows) 
 - 
getAuthenticatorConfigpublic List<AuthenticatorConfigRepresentation> getAuthenticatorConfig() 
 - 
setAuthenticatorConfigpublic void setAuthenticatorConfig(List<AuthenticatorConfigRepresentation> authenticatorConfig) 
 - 
getRequiredActionspublic List<RequiredActionProviderRepresentation> getRequiredActions() 
 - 
setRequiredActionspublic void setRequiredActions(List<RequiredActionProviderRepresentation> requiredActions) 
 - 
getOtpPolicyTypepublic String getOtpPolicyType() 
 - 
setOtpPolicyTypepublic void setOtpPolicyType(String otpPolicyType) 
 - 
getOtpPolicyAlgorithmpublic String getOtpPolicyAlgorithm() 
 - 
setOtpPolicyAlgorithmpublic void setOtpPolicyAlgorithm(String otpPolicyAlgorithm) 
 - 
getOtpPolicyInitialCounterpublic Integer getOtpPolicyInitialCounter() 
 - 
setOtpPolicyInitialCounterpublic void setOtpPolicyInitialCounter(Integer otpPolicyInitialCounter) 
 - 
getOtpPolicyDigitspublic Integer getOtpPolicyDigits() 
 - 
setOtpPolicyDigitspublic void setOtpPolicyDigits(Integer otpPolicyDigits) 
 - 
getOtpPolicyLookAheadWindowpublic Integer getOtpPolicyLookAheadWindow() 
 - 
setOtpPolicyLookAheadWindowpublic void setOtpPolicyLookAheadWindow(Integer otpPolicyLookAheadWindow) 
 - 
getOtpPolicyPeriodpublic Integer getOtpPolicyPeriod() 
 - 
setOtpPolicyPeriodpublic void setOtpPolicyPeriod(Integer otpPolicyPeriod) 
 - 
setOtpSupportedApplicationspublic void setOtpSupportedApplications(List<String> otpSupportedApplications) 
 - 
isOtpPolicyCodeReusablepublic Boolean isOtpPolicyCodeReusable() 
 - 
setOtpPolicyCodeReusablepublic void setOtpPolicyCodeReusable(Boolean isCodeReusable) 
 - 
getWebAuthnPolicyRpEntityNamepublic String getWebAuthnPolicyRpEntityName() 
 - 
setWebAuthnPolicyRpEntityNamepublic void setWebAuthnPolicyRpEntityName(String webAuthnPolicyRpEntityName) 
 - 
setWebAuthnPolicySignatureAlgorithmspublic void setWebAuthnPolicySignatureAlgorithms(List<String> webAuthnPolicySignatureAlgorithms) 
 - 
getWebAuthnPolicyRpIdpublic String getWebAuthnPolicyRpId() 
 - 
setWebAuthnPolicyRpIdpublic void setWebAuthnPolicyRpId(String webAuthnPolicyRpId) 
 - 
getWebAuthnPolicyAttestationConveyancePreferencepublic String getWebAuthnPolicyAttestationConveyancePreference() 
 - 
setWebAuthnPolicyAttestationConveyancePreferencepublic void setWebAuthnPolicyAttestationConveyancePreference(String webAuthnPolicyAttestationConveyancePreference) 
 - 
getWebAuthnPolicyAuthenticatorAttachmentpublic String getWebAuthnPolicyAuthenticatorAttachment() 
 - 
setWebAuthnPolicyAuthenticatorAttachmentpublic void setWebAuthnPolicyAuthenticatorAttachment(String webAuthnPolicyAuthenticatorAttachment) 
 - 
getWebAuthnPolicyRequireResidentKeypublic String getWebAuthnPolicyRequireResidentKey() 
 - 
setWebAuthnPolicyRequireResidentKeypublic void setWebAuthnPolicyRequireResidentKey(String webAuthnPolicyRequireResidentKey) 
 - 
getWebAuthnPolicyUserVerificationRequirementpublic String getWebAuthnPolicyUserVerificationRequirement() 
 - 
setWebAuthnPolicyUserVerificationRequirementpublic void setWebAuthnPolicyUserVerificationRequirement(String webAuthnPolicyUserVerificationRequirement) 
 - 
getWebAuthnPolicyCreateTimeoutpublic Integer getWebAuthnPolicyCreateTimeout() 
 - 
setWebAuthnPolicyCreateTimeoutpublic void setWebAuthnPolicyCreateTimeout(Integer webAuthnPolicyCreateTimeout) 
 - 
isWebAuthnPolicyAvoidSameAuthenticatorRegisterpublic Boolean isWebAuthnPolicyAvoidSameAuthenticatorRegister() 
 - 
setWebAuthnPolicyAvoidSameAuthenticatorRegisterpublic void setWebAuthnPolicyAvoidSameAuthenticatorRegister(Boolean webAuthnPolicyAvoidSameAuthenticatorRegister) 
 - 
setWebAuthnPolicyAcceptableAaguidspublic void setWebAuthnPolicyAcceptableAaguids(List<String> webAuthnPolicyAcceptableAaguids) 
 - 
getWebAuthnPolicyPasswordlessRpEntityNamepublic String getWebAuthnPolicyPasswordlessRpEntityName() 
 - 
setWebAuthnPolicyPasswordlessRpEntityNamepublic void setWebAuthnPolicyPasswordlessRpEntityName(String webAuthnPolicyPasswordlessRpEntityName) 
 - 
getWebAuthnPolicyPasswordlessSignatureAlgorithmspublic List<String> getWebAuthnPolicyPasswordlessSignatureAlgorithms() 
 - 
setWebAuthnPolicyPasswordlessSignatureAlgorithmspublic void setWebAuthnPolicyPasswordlessSignatureAlgorithms(List<String> webAuthnPolicyPasswordlessSignatureAlgorithms) 
 - 
getWebAuthnPolicyPasswordlessRpIdpublic String getWebAuthnPolicyPasswordlessRpId() 
 - 
setWebAuthnPolicyPasswordlessRpIdpublic void setWebAuthnPolicyPasswordlessRpId(String webAuthnPolicyPasswordlessRpId) 
 - 
getWebAuthnPolicyPasswordlessAttestationConveyancePreferencepublic String getWebAuthnPolicyPasswordlessAttestationConveyancePreference() 
 - 
setWebAuthnPolicyPasswordlessAttestationConveyancePreferencepublic void setWebAuthnPolicyPasswordlessAttestationConveyancePreference(String webAuthnPolicyPasswordlessAttestationConveyancePreference) 
 - 
getWebAuthnPolicyPasswordlessAuthenticatorAttachmentpublic String getWebAuthnPolicyPasswordlessAuthenticatorAttachment() 
 - 
setWebAuthnPolicyPasswordlessAuthenticatorAttachmentpublic void setWebAuthnPolicyPasswordlessAuthenticatorAttachment(String webAuthnPolicyPasswordlessAuthenticatorAttachment) 
 - 
getWebAuthnPolicyPasswordlessRequireResidentKeypublic String getWebAuthnPolicyPasswordlessRequireResidentKey() 
 - 
setWebAuthnPolicyPasswordlessRequireResidentKeypublic void setWebAuthnPolicyPasswordlessRequireResidentKey(String webAuthnPolicyPasswordlessRequireResidentKey) 
 - 
getWebAuthnPolicyPasswordlessUserVerificationRequirementpublic String getWebAuthnPolicyPasswordlessUserVerificationRequirement() 
 - 
setWebAuthnPolicyPasswordlessUserVerificationRequirementpublic void setWebAuthnPolicyPasswordlessUserVerificationRequirement(String webAuthnPolicyPasswordlessUserVerificationRequirement) 
 - 
getWebAuthnPolicyPasswordlessCreateTimeoutpublic Integer getWebAuthnPolicyPasswordlessCreateTimeout() 
 - 
setWebAuthnPolicyPasswordlessCreateTimeoutpublic void setWebAuthnPolicyPasswordlessCreateTimeout(Integer webAuthnPolicyPasswordlessCreateTimeout) 
 - 
isWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegisterpublic Boolean isWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister() 
 - 
setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegisterpublic void setWebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister(Boolean webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister) 
 - 
getWebAuthnPolicyPasswordlessAcceptableAaguidspublic List<String> getWebAuthnPolicyPasswordlessAcceptableAaguids() 
 - 
setWebAuthnPolicyPasswordlessAcceptableAaguidspublic void setWebAuthnPolicyPasswordlessAcceptableAaguids(List<String> webAuthnPolicyPasswordlessAcceptableAaguids) 
 - 
getParsedClientProfilespublic ClientProfilesRepresentation getParsedClientProfiles() 
 - 
setParsedClientProfilespublic void setParsedClientProfiles(ClientProfilesRepresentation clientProfiles) 
 - 
getParsedClientPoliciespublic ClientPoliciesRepresentation getParsedClientPolicies() 
 - 
setParsedClientPoliciespublic void setParsedClientPolicies(ClientPoliciesRepresentation clientPolicies) 
 - 
getBrowserFlowpublic String getBrowserFlow() 
 - 
setBrowserFlowpublic void setBrowserFlow(String browserFlow) 
 - 
getRegistrationFlowpublic String getRegistrationFlow() 
 - 
setRegistrationFlowpublic void setRegistrationFlow(String registrationFlow) 
 - 
getDirectGrantFlowpublic String getDirectGrantFlow() 
 - 
setDirectGrantFlowpublic void setDirectGrantFlow(String directGrantFlow) 
 - 
getResetCredentialsFlowpublic String getResetCredentialsFlow() 
 - 
setResetCredentialsFlowpublic void setResetCredentialsFlow(String resetCredentialsFlow) 
 - 
getClientAuthenticationFlowpublic String getClientAuthenticationFlow() 
 - 
setClientAuthenticationFlowpublic void setClientAuthenticationFlow(String clientAuthenticationFlow) 
 - 
getDockerAuthenticationFlowpublic String getDockerAuthenticationFlow() 
 - 
setDockerAuthenticationFlowpublic RealmRepresentation setDockerAuthenticationFlow(String dockerAuthenticationFlow) 
 - 
getKeycloakVersionpublic String getKeycloakVersion() 
 - 
setKeycloakVersionpublic void setKeycloakVersion(String keycloakVersion) 
 - 
getGroupspublic List<GroupRepresentation> getGroups() 
 - 
setGroupspublic void setGroups(List<GroupRepresentation> groups) 
 - 
getClientTemplates@Deprecated public List<ClientTemplateRepresentation> getClientTemplates() Deprecated.
 - 
getClientScopespublic List<ClientScopeRepresentation> getClientScopes() 
 - 
setClientScopespublic void setClientScopes(List<ClientScopeRepresentation> clientScopes) 
 - 
setDefaultDefaultClientScopespublic void setDefaultDefaultClientScopes(List<String> defaultDefaultClientScopes) 
 - 
setDefaultOptionalClientScopespublic void setDefaultOptionalClientScopes(List<String> defaultOptionalClientScopes) 
 - 
getComponentspublic MultivaluedHashMap<String,ComponentExportRepresentation> getComponents() 
 - 
setComponentspublic void setComponents(MultivaluedHashMap<String,ComponentExportRepresentation> components) 
 - 
isIdentityFederationEnabledpublic boolean isIdentityFederationEnabled() 
 - 
getFederatedUserspublic List<UserRepresentation> getFederatedUsers() 
 - 
setFederatedUserspublic void setFederatedUsers(List<UserRepresentation> federatedUsers) 
 - 
setUserManagedAccessAllowedpublic void setUserManagedAccessAllowed(Boolean userManagedAccessAllowed) 
 - 
isUserManagedAccessAllowedpublic Boolean isUserManagedAccessAllowed() 
 
- 
 
-