public class RealmRepresentation extends Object
Constructor and Description |
---|
RealmRepresentation() |
protected String id
protected String realm
protected Integer notBefore
protected Integer accessTokenLifespan
protected Integer ssoSessionIdleTimeout
protected Integer ssoSessionMaxLifespan
protected Integer accessCodeLifespan
protected Integer accessCodeLifespanUserAction
protected Boolean enabled
protected String sslRequired
protected Boolean passwordCredentialGrantAllowed
protected Boolean registrationAllowed
protected Boolean rememberMe
protected Boolean verifyEmail
protected Boolean resetPasswordAllowed
protected Boolean social
protected Boolean updateProfileOnInitialSocialLogin
protected Boolean userCacheEnabled
protected Boolean realmCacheEnabled
protected Boolean bruteForceProtected
protected Integer maxFailureWaitSeconds
protected Integer minimumQuickLoginWaitSeconds
protected Integer waitIncrementSeconds
protected Long quickLoginCheckMilliSeconds
protected Integer maxDeltaTimeSeconds
protected Integer failureFactor
protected String privateKey
protected String publicKey
protected RolesRepresentation roles
protected String passwordPolicy
protected List<UserRepresentation> users
protected List<ScopeMappingRepresentation> scopeMappings
protected Map<String,List<ScopeMappingRepresentation>> applicationScopeMappings
protected List<ApplicationRepresentation> applications
protected List<OAuthClientRepresentation> oauthClients
protected List<UserFederationProviderRepresentation> userFederationProviders
protected String loginTheme
protected String accountTheme
protected String adminTheme
protected String emailTheme
protected boolean eventsEnabled
protected long eventsExpiration
public String getId()
public void setId(String id)
public String getRealm()
public void setRealm(String realm)
public List<UserRepresentation> getUsers()
public List<ApplicationRepresentation> getApplications()
public ApplicationRepresentation resource(String name)
public void setUsers(List<UserRepresentation> users)
public UserRepresentation user(String username)
public void setApplications(List<ApplicationRepresentation> applications)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public String getSslRequired()
public void setSslRequired(String sslRequired)
public Integer getAccessTokenLifespan()
public void setAccessTokenLifespan(Integer accessTokenLifespan)
public Integer getSsoSessionIdleTimeout()
public void setSsoSessionIdleTimeout(Integer ssoSessionIdleTimeout)
public Integer getSsoSessionMaxLifespan()
public void setSsoSessionMaxLifespan(Integer ssoSessionMaxLifespan)
public List<ScopeMappingRepresentation> getScopeMappings()
public ScopeMappingRepresentation scopeMapping(String username)
public String getPasswordPolicy()
public void setPasswordPolicy(String passwordPolicy)
public Integer getAccessCodeLifespan()
public void setAccessCodeLifespan(Integer accessCodeLifespan)
public Integer getAccessCodeLifespanUserAction()
public void setAccessCodeLifespanUserAction(Integer accessCodeLifespanUserAction)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPublicKey()
public void setPublicKey(String publicKey)
public Boolean isPasswordCredentialGrantAllowed()
public void setPasswordCredentialGrantAllowed(Boolean passwordCredentialGrantAllowed)
public Boolean isRegistrationAllowed()
public void setRegistrationAllowed(Boolean registrationAllowed)
public Boolean isRememberMe()
public void setRememberMe(Boolean rememberMe)
public Boolean isRealmCacheEnabled()
public void setRealmCacheEnabled(Boolean realmCacheEnabled)
public Boolean isUserCacheEnabled()
public void setUserCacheEnabled(Boolean userCacheEnabled)
public Boolean isVerifyEmail()
public void setVerifyEmail(Boolean verifyEmail)
public Boolean isResetPasswordAllowed()
public void setResetPasswordAllowed(Boolean resetPassword)
public Boolean isSocial()
public void setSocial(Boolean social)
public Boolean isUpdateProfileOnInitialSocialLogin()
public void setUpdateProfileOnInitialSocialLogin(Boolean updateProfileOnInitialSocialLogin)
public void setBrowserSecurityHeaders(Map<String,String> browserSecurityHeaders)
public List<OAuthClientRepresentation> getOauthClients()
public void setOauthClients(List<OAuthClientRepresentation> oauthClients)
public Map<String,List<ScopeMappingRepresentation>> getApplicationScopeMappings()
public void setApplicationScopeMappings(Map<String,List<ScopeMappingRepresentation>> applicationScopeMappings)
public RolesRepresentation getRoles()
public void setRoles(RolesRepresentation roles)
public String getLoginTheme()
public void setLoginTheme(String loginTheme)
public String getAccountTheme()
public void setAccountTheme(String accountTheme)
public String getAdminTheme()
public void setAdminTheme(String adminTheme)
public String getEmailTheme()
public void setEmailTheme(String emailTheme)
public Integer getNotBefore()
public void setNotBefore(Integer notBefore)
public Boolean isBruteForceProtected()
public void setBruteForceProtected(Boolean bruteForceProtected)
public Integer getMaxFailureWaitSeconds()
public void setMaxFailureWaitSeconds(Integer maxFailureWaitSeconds)
public Integer getMinimumQuickLoginWaitSeconds()
public void setMinimumQuickLoginWaitSeconds(Integer minimumQuickLoginWaitSeconds)
public Integer getWaitIncrementSeconds()
public void setWaitIncrementSeconds(Integer waitIncrementSeconds)
public Long getQuickLoginCheckMilliSeconds()
public void setQuickLoginCheckMilliSeconds(Long quickLoginCheckMilliSeconds)
public Integer getMaxDeltaTimeSeconds()
public void setMaxDeltaTimeSeconds(Integer maxDeltaTimeSeconds)
public Integer getFailureFactor()
public void setFailureFactor(Integer failureFactor)
public boolean isEventsEnabled()
public void setEventsEnabled(boolean eventsEnabled)
public long getEventsExpiration()
public void setEventsExpiration(long eventsExpiration)
public List<UserFederationProviderRepresentation> getUserFederationProviders()
public void setUserFederationProviders(List<UserFederationProviderRepresentation> userFederationProviders)
Copyright © 2015. All Rights Reserved.