public class CachedRealm extends AbstractRevisioned
| Constructor and Description |
|---|
CachedRealm(Long revision,
RealmModel model) |
getId, getRevision, setRevisionprotected String name
protected String displayName
protected String displayNameHtml
protected boolean enabled
protected org.keycloak.common.enums.SslRequired sslRequired
protected boolean registrationAllowed
protected boolean registrationEmailAsUsername
protected boolean rememberMe
protected boolean verifyEmail
protected boolean resetPasswordAllowed
protected boolean identityFederationEnabled
protected boolean editUsernameAllowed
protected boolean bruteForceProtected
protected int maxFailureWaitSeconds
protected int minimumQuickLoginWaitSeconds
protected int waitIncrementSeconds
protected long quickLoginCheckMilliSeconds
protected int maxDeltaTimeSeconds
protected int failureFactor
protected boolean revokeRefreshToken
protected int ssoSessionIdleTimeout
protected int ssoSessionMaxLifespan
protected int offlineSessionIdleTimeout
protected int accessTokenLifespan
protected int accessTokenLifespanForImplicitFlow
protected int accessCodeLifespan
protected int accessCodeLifespanUserAction
protected int accessCodeLifespanLogin
protected int notBefore
protected PasswordPolicy passwordPolicy
protected OTPPolicy otpPolicy
protected transient PublicKey publicKey
protected String publicKeyPem
protected transient PrivateKey privateKey
protected String privateKeyPem
protected transient X509Certificate certificate
protected String certificatePem
protected String codeSecret
protected String loginTheme
protected String accountTheme
protected String adminTheme
protected String emailTheme
protected String masterAdminClient
protected List<RequiredCredentialModel> requiredCredentials
protected List<UserFederationProviderModel> userFederationProviders
protected org.keycloak.common.util.MultivaluedHashMap<String,UserFederationMapperModel> userFederationMappers
protected Set<UserFederationMapperModel> userFederationMapperSet
protected List<IdentityProviderModel> identityProviders
protected Map<String,AuthenticationFlowModel> authenticationFlows
protected List<AuthenticationFlowModel> authenticationFlowList
protected Map<String,AuthenticatorConfigModel> authenticatorConfigs
protected Map<String,RequiredActionProviderModel> requiredActionProviders
protected List<RequiredActionProviderModel> requiredActionProviderList
protected Map<String,RequiredActionProviderModel> requiredActionProvidersByAlias
protected org.keycloak.common.util.MultivaluedHashMap<String,AuthenticationExecutionModel> authenticationExecutions
protected Map<String,AuthenticationExecutionModel> executionsById
protected AuthenticationFlowModel browserFlow
protected AuthenticationFlowModel registrationFlow
protected AuthenticationFlowModel directGrantFlow
protected AuthenticationFlowModel resetCredentialsFlow
protected AuthenticationFlowModel clientAuthenticationFlow
protected boolean eventsEnabled
protected long eventsExpiration
protected boolean adminEventsEnabled
protected boolean adminEventsDetailsEnabled
protected boolean internationalizationEnabled
protected String defaultLocale
protected org.keycloak.common.util.MultivaluedHashMap<String,IdentityProviderMapperModel> identityProviderMappers
protected Set<IdentityProviderMapperModel> identityProviderMapperSet
public CachedRealm(Long revision, RealmModel model)
public Set<IdentityProviderMapperModel> getIdentityProviderMapperSet()
protected void cacheClientTemplates(RealmModel model)
public String getMasterAdminClient()
public String getName()
public String getDisplayName()
public String getDisplayNameHtml()
public boolean isEnabled()
public org.keycloak.common.enums.SslRequired getSslRequired()
public boolean isRegistrationAllowed()
public boolean isRegistrationEmailAsUsername()
public boolean isRememberMe()
public boolean isBruteForceProtected()
public int getMaxFailureWaitSeconds()
public int getWaitIncrementSeconds()
public int getMinimumQuickLoginWaitSeconds()
public long getQuickLoginCheckMilliSeconds()
public int getMaxDeltaTimeSeconds()
public int getFailureFactor()
public boolean isVerifyEmail()
public boolean isResetPasswordAllowed()
public boolean isEditUsernameAllowed()
public boolean isRevokeRefreshToken()
public int getSsoSessionIdleTimeout()
public int getSsoSessionMaxLifespan()
public int getOfflineSessionIdleTimeout()
public int getAccessTokenLifespan()
public int getAccessTokenLifespanForImplicitFlow()
public int getAccessCodeLifespan()
public int getAccessCodeLifespanUserAction()
public int getAccessCodeLifespanLogin()
public String getPublicKeyPem()
public String getPrivateKeyPem()
public String getCodeSecret()
public List<RequiredCredentialModel> getRequiredCredentials()
public PasswordPolicy getPasswordPolicy()
public boolean isIdentityFederationEnabled()
public String getLoginTheme()
public String getAccountTheme()
public String getAdminTheme()
public String getEmailTheme()
public int getNotBefore()
public boolean isEventsEnabled()
public long getEventsExpiration()
public boolean isAdminEventsEnabled()
public boolean isAdminEventsDetailsEnabled()
public List<UserFederationProviderModel> getUserFederationProviders()
public org.keycloak.common.util.MultivaluedHashMap<String,UserFederationMapperModel> getUserFederationMappers()
public String getCertificatePem()
public List<IdentityProviderModel> getIdentityProviders()
public boolean isInternationalizationEnabled()
public String getDefaultLocale()
public org.keycloak.common.util.MultivaluedHashMap<String,IdentityProviderMapperModel> getIdentityProviderMappers()
public Map<String,AuthenticationFlowModel> getAuthenticationFlows()
public Map<String,AuthenticatorConfigModel> getAuthenticatorConfigs()
public org.keycloak.common.util.MultivaluedHashMap<String,AuthenticationExecutionModel> getAuthenticationExecutions()
public Map<String,AuthenticationExecutionModel> getExecutionsById()
public Map<String,RequiredActionProviderModel> getRequiredActionProviders()
public Map<String,RequiredActionProviderModel> getRequiredActionProvidersByAlias()
public OTPPolicy getOtpPolicy()
public AuthenticationFlowModel getBrowserFlow()
public AuthenticationFlowModel getRegistrationFlow()
public AuthenticationFlowModel getDirectGrantFlow()
public AuthenticationFlowModel getResetCredentialsFlow()
public AuthenticationFlowModel getClientAuthenticationFlow()
public PublicKey getPublicKey()
public PrivateKey getPrivateKey()
public X509Certificate getCertificate()
public Set<UserFederationMapperModel> getUserFederationMapperSet()
public List<AuthenticationFlowModel> getAuthenticationFlowList()
public List<RequiredActionProviderModel> getRequiredActionProviderList()
Copyright © 2016 JBoss by Red Hat. All rights reserved.