keycloak
公開メンバ関数 | 限定公開変数類 | 非公開変数類 | 全メンバ一覧
org.keycloak.representations.idm.RealmRepresentation クラス
org.keycloak.representations.idm.RealmRepresentation 連携図
Collaboration graph

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getRealm ()
 
void setRealm (String realm)
 
String getDisplayName ()
 
void setDisplayName (String displayName)
 
String getDisplayNameHtml ()
 
void setDisplayNameHtml (String displayNameHtml)
 
List< UserRepresentationgetUsers ()
 
List< ApplicationRepresentationgetApplications ()
 
void setUsers (List< UserRepresentation > users)
 
UserRepresentation user (String username)
 
List< ClientRepresentationgetClients ()
 
void setClients (List< ClientRepresentation > clients)
 
Boolean isEnabled ()
 
void setEnabled (Boolean enabled)
 
String getSslRequired ()
 
void setSslRequired (String sslRequired)
 
String getDefaultSignatureAlgorithm ()
 
void setDefaultSignatureAlgorithm (String defaultSignatureAlgorithm)
 
Boolean getRevokeRefreshToken ()
 
void setRevokeRefreshToken (Boolean revokeRefreshToken)
 
Integer getRefreshTokenMaxReuse ()
 
void setRefreshTokenMaxReuse (Integer refreshTokenMaxReuse)
 
Integer getAccessTokenLifespan ()
 
void setAccessTokenLifespan (Integer accessTokenLifespan)
 
Integer getAccessTokenLifespanForImplicitFlow ()
 
void setAccessTokenLifespanForImplicitFlow (Integer accessTokenLifespanForImplicitFlow)
 
Integer getSsoSessionIdleTimeout ()
 
void setSsoSessionIdleTimeout (Integer ssoSessionIdleTimeout)
 
Integer getSsoSessionMaxLifespan ()
 
void setSsoSessionMaxLifespan (Integer ssoSessionMaxLifespan)
 
Integer getOfflineSessionIdleTimeout ()
 
void setOfflineSessionIdleTimeout (Integer offlineSessionIdleTimeout)
 
Boolean getOfflineSessionMaxLifespanEnabled ()
 
void setOfflineSessionMaxLifespanEnabled (Boolean offlineSessionMaxLifespanEnabled)
 
Integer getOfflineSessionMaxLifespan ()
 
void setOfflineSessionMaxLifespan (Integer offlineSessionMaxLifespan)
 
List< ScopeMappingRepresentationgetScopeMappings ()
 
ScopeMappingRepresentation clientScopeMapping (String clientName)
 
ScopeMappingRepresentation clientScopeScopeMapping (String clientScopeName)
 
Set< String > getRequiredCredentials ()
 
void setRequiredCredentials (Set< String > requiredCredentials)
 
String getPasswordPolicy ()
 
void setPasswordPolicy (String passwordPolicy)
 
Integer getAccessCodeLifespan ()
 
void setAccessCodeLifespan (Integer accessCodeLifespan)
 
Integer getAccessCodeLifespanUserAction ()
 
void setAccessCodeLifespanUserAction (Integer accessCodeLifespanUserAction)
 
Integer getAccessCodeLifespanLogin ()
 
void setAccessCodeLifespanLogin (Integer accessCodeLifespanLogin)
 
Integer getActionTokenGeneratedByAdminLifespan ()
 
void setActionTokenGeneratedByAdminLifespan (Integer actionTokenGeneratedByAdminLifespan)
 
Integer getActionTokenGeneratedByUserLifespan ()
 
void setActionTokenGeneratedByUserLifespan (Integer actionTokenGeneratedByUserLifespan)
 
List< String > getDefaultRoles ()
 
void setDefaultRoles (List< String > defaultRoles)
 
List< String > getDefaultGroups ()
 
void setDefaultGroups (List< String > defaultGroups)
 
String getPrivateKey ()
 
void setPrivateKey (String privateKey)
 
String getPublicKey ()
 
void setPublicKey (String publicKey)
 
String getCertificate ()
 
void setCertificate (String certificate)
 
String getCodeSecret ()
 
void setCodeSecret (String codeSecret)
 
Boolean isPasswordCredentialGrantAllowed ()
 
Boolean isRegistrationAllowed ()
 
void setRegistrationAllowed (Boolean registrationAllowed)
 
Boolean isRegistrationEmailAsUsername ()
 
void setRegistrationEmailAsUsername (Boolean registrationEmailAsUsername)
 
Boolean isRememberMe ()
 
void setRememberMe (Boolean rememberMe)
 
Boolean isVerifyEmail ()
 
void setVerifyEmail (Boolean verifyEmail)
 
Boolean isLoginWithEmailAllowed ()
 
void setLoginWithEmailAllowed (Boolean loginWithEmailAllowed)
 
Boolean isDuplicateEmailsAllowed ()
 
void setDuplicateEmailsAllowed (Boolean duplicateEmailsAllowed)
 
Boolean isResetPasswordAllowed ()
 
void setResetPasswordAllowed (Boolean resetPassword)
 
Boolean isEditUsernameAllowed ()
 
void setEditUsernameAllowed (Boolean editUsernameAllowed)
 
Boolean isSocial ()
 
Boolean isUpdateProfileOnInitialSocialLogin ()
 
Map< String, String > getBrowserSecurityHeaders ()
 
void setBrowserSecurityHeaders (Map< String, String > browserSecurityHeaders)
 
Map< String, String > getSocialProviders ()
 
Map< String, String > getSmtpServer ()
 
void setSmtpServer (Map< String, String > smtpServer)
 
List< OAuthClientRepresentationgetOauthClients ()
 
Map< String, List< ScopeMappingRepresentation > > getClientScopeMappings ()
 
void setClientScopeMappings (Map< String, List< ScopeMappingRepresentation >> clientScopeMappings)
 
Map< String, List< ScopeMappingRepresentation > > getApplicationScopeMappings ()
 
RolesRepresentation getRoles ()
 
void setRoles (RolesRepresentation roles)
 
String getLoginTheme ()
 
void setLoginTheme (String loginTheme)
 
String getAccountTheme ()
 
void setAccountTheme (String accountTheme)
 
String getAdminTheme ()
 
void setAdminTheme (String adminTheme)
 
String getEmailTheme ()
 
void setEmailTheme (String emailTheme)
 
Integer getNotBefore ()
 
void setNotBefore (Integer notBefore)
 
Boolean isBruteForceProtected ()
 
void setBruteForceProtected (Boolean bruteForceProtected)
 
Boolean isPermanentLockout ()
 
void setPermanentLockout (Boolean permanentLockout)
 
Integer getMaxFailureWaitSeconds ()
 
void setMaxFailureWaitSeconds (Integer maxFailureWaitSeconds)
 
Integer getMinimumQuickLoginWaitSeconds ()
 
void setMinimumQuickLoginWaitSeconds (Integer minimumQuickLoginWaitSeconds)
 
Integer getWaitIncrementSeconds ()
 
void setWaitIncrementSeconds (Integer waitIncrementSeconds)
 
Long getQuickLoginCheckMilliSeconds ()
 
void setQuickLoginCheckMilliSeconds (Long quickLoginCheckMilliSeconds)
 
Integer getMaxDeltaTimeSeconds ()
 
void setMaxDeltaTimeSeconds (Integer maxDeltaTimeSeconds)
 
Integer getFailureFactor ()
 
void setFailureFactor (Integer failureFactor)
 
Boolean isEventsEnabled ()
 
void setEventsEnabled (boolean eventsEnabled)
 
Long getEventsExpiration ()
 
void setEventsExpiration (long eventsExpiration)
 
List< String > getEventsListeners ()
 
void setEventsListeners (List< String > eventsListeners)
 
List< String > getEnabledEventTypes ()
 
void setEnabledEventTypes (List< String > enabledEventTypes)
 
Boolean isAdminEventsEnabled ()
 
void setAdminEventsEnabled (Boolean adminEventsEnabled)
 
Boolean isAdminEventsDetailsEnabled ()
 
void setAdminEventsDetailsEnabled (Boolean adminEventsDetailsEnabled)
 
List< UserFederationProviderRepresentationgetUserFederationProviders ()
 
void setUserFederationProviders (List< UserFederationProviderRepresentation > userFederationProviders)
 
List< UserFederationMapperRepresentationgetUserFederationMappers ()
 
void setUserFederationMappers (List< UserFederationMapperRepresentation > userFederationMappers)
 
void addUserFederationMapper (UserFederationMapperRepresentation userFederationMapper)
 
List< IdentityProviderRepresentationgetIdentityProviders ()
 
void setIdentityProviders (List< IdentityProviderRepresentation > identityProviders)
 
void addIdentityProvider (IdentityProviderRepresentation identityProviderRepresentation)
 
List< ProtocolMapperRepresentationgetProtocolMappers ()
 
void addProtocolMapper (ProtocolMapperRepresentation rep)
 
void setProtocolMappers (List< ProtocolMapperRepresentation > protocolMappers)
 
Boolean isInternationalizationEnabled ()
 
void setInternationalizationEnabled (Boolean internationalizationEnabled)
 
Set< String > getSupportedLocales ()
 
void addSupportedLocales (String locale)
 
void setSupportedLocales (Set< String > supportedLocales)
 
String getDefaultLocale ()
 
void setDefaultLocale (String defaultLocale)
 
List< IdentityProviderMapperRepresentationgetIdentityProviderMappers ()
 
void setIdentityProviderMappers (List< IdentityProviderMapperRepresentation > identityProviderMappers)
 
void addIdentityProviderMapper (IdentityProviderMapperRepresentation rep)
 
List< AuthenticationFlowRepresentationgetAuthenticationFlows ()
 
void setAuthenticationFlows (List< AuthenticationFlowRepresentation > authenticationFlows)
 
List< AuthenticatorConfigRepresentationgetAuthenticatorConfig ()
 
void setAuthenticatorConfig (List< AuthenticatorConfigRepresentation > authenticatorConfig)
 
List< RequiredActionProviderRepresentationgetRequiredActions ()
 
void setRequiredActions (List< RequiredActionProviderRepresentation > requiredActions)
 
String getOtpPolicyType ()
 
void setOtpPolicyType (String otpPolicyType)
 
String getOtpPolicyAlgorithm ()
 
void setOtpPolicyAlgorithm (String otpPolicyAlgorithm)
 
Integer getOtpPolicyInitialCounter ()
 
void setOtpPolicyInitialCounter (Integer otpPolicyInitialCounter)
 
Integer getOtpPolicyDigits ()
 
void setOtpPolicyDigits (Integer otpPolicyDigits)
 
Integer getOtpPolicyLookAheadWindow ()
 
void setOtpPolicyLookAheadWindow (Integer otpPolicyLookAheadWindow)
 
Integer getOtpPolicyPeriod ()
 
void setOtpPolicyPeriod (Integer otpPolicyPeriod)
 
List< String > getOtpSupportedApplications ()
 
void setOtpSupportedApplications (List< String > otpSupportedApplications)
 
String getBrowserFlow ()
 
void setBrowserFlow (String browserFlow)
 
String getRegistrationFlow ()
 
void setRegistrationFlow (String registrationFlow)
 
String getDirectGrantFlow ()
 
void setDirectGrantFlow (String directGrantFlow)
 
String getResetCredentialsFlow ()
 
void setResetCredentialsFlow (String resetCredentialsFlow)
 
String getClientAuthenticationFlow ()
 
void setClientAuthenticationFlow (String clientAuthenticationFlow)
 
String getDockerAuthenticationFlow ()
 
RealmRepresentation setDockerAuthenticationFlow (final String dockerAuthenticationFlow)
 
String getKeycloakVersion ()
 
void setKeycloakVersion (String keycloakVersion)
 
List< GroupRepresentationgetGroups ()
 
void setGroups (List< GroupRepresentation > groups)
 
List< ClientTemplateRepresentationgetClientTemplates ()
 
List< ClientScopeRepresentationgetClientScopes ()
 
void setClientScopes (List< ClientScopeRepresentation > clientScopes)
 
List< String > getDefaultDefaultClientScopes ()
 
void setDefaultDefaultClientScopes (List< String > defaultDefaultClientScopes)
 
List< String > getDefaultOptionalClientScopes ()
 
void setDefaultOptionalClientScopes (List< String > defaultOptionalClientScopes)
 
MultivaluedHashMap< String, ComponentExportRepresentationgetComponents ()
 
void setComponents (MultivaluedHashMap< String, ComponentExportRepresentation > components)
 
boolean isIdentityFederationEnabled ()
 
void setAttributes (Map< String, String > attributes)
 
Map< String, String > getAttributes ()
 
List< UserRepresentationgetFederatedUsers ()
 
void setFederatedUsers (List< UserRepresentation > federatedUsers)
 
void setUserManagedAccessAllowed (Boolean userManagedAccessAllowed)
 
Boolean isUserManagedAccessAllowed ()
 

限定公開変数類

String id
 
String realm
 
String displayName
 
String displayNameHtml
 
Integer notBefore
 
String defaultSignatureAlgorithm
 
Boolean revokeRefreshToken
 
Integer refreshTokenMaxReuse
 
Integer accessTokenLifespan
 
Integer accessTokenLifespanForImplicitFlow
 
Integer ssoSessionIdleTimeout
 
Integer ssoSessionMaxLifespan
 
Integer offlineSessionIdleTimeout
 
Boolean offlineSessionMaxLifespanEnabled
 
Integer offlineSessionMaxLifespan
 
Integer accessCodeLifespan
 
Integer accessCodeLifespanUserAction
 
Integer accessCodeLifespanLogin
 
Integer actionTokenGeneratedByAdminLifespan
 
Integer actionTokenGeneratedByUserLifespan
 
Boolean enabled
 
String sslRequired
 
Boolean passwordCredentialGrantAllowed
 
Boolean registrationAllowed
 
Boolean registrationEmailAsUsername
 
Boolean rememberMe
 
Boolean verifyEmail
 
Boolean loginWithEmailAllowed
 
Boolean duplicateEmailsAllowed
 
Boolean resetPasswordAllowed
 
Boolean editUsernameAllowed
 
Boolean userCacheEnabled
 
Boolean realmCacheEnabled
 
Boolean bruteForceProtected
 
Boolean permanentLockout
 
Integer maxFailureWaitSeconds
 
Integer minimumQuickLoginWaitSeconds
 
Integer waitIncrementSeconds
 
Long quickLoginCheckMilliSeconds
 
Integer maxDeltaTimeSeconds
 
Integer failureFactor
 
String privateKey
 
String publicKey
 
String certificate
 
String codeSecret
 
RolesRepresentation roles
 
List< GroupRepresentationgroups
 
List< String > defaultRoles
 
List< String > defaultGroups
 
Set< String > requiredCredentials
 
String passwordPolicy
 
String otpPolicyType
 
String otpPolicyAlgorithm
 
Integer otpPolicyInitialCounter
 
Integer otpPolicyDigits
 
Integer otpPolicyLookAheadWindow
 
Integer otpPolicyPeriod
 
List< String > otpSupportedApplications
 
List< UserRepresentationusers
 
List< UserRepresentationfederatedUsers
 
List< ScopeMappingRepresentationscopeMappings
 
Map< String, List< ScopeMappingRepresentation > > clientScopeMappings
 
List< ClientRepresentationclients
 
List< ClientScopeRepresentationclientScopes
 
List< String > defaultDefaultClientScopes
 
List< String > defaultOptionalClientScopes
 
Map< String, String > browserSecurityHeaders
 
Map< String, String > smtpServer
 
List< UserFederationProviderRepresentationuserFederationProviders
 
List< UserFederationMapperRepresentationuserFederationMappers
 
String loginTheme
 
String accountTheme
 
String adminTheme
 
String emailTheme
 
Boolean eventsEnabled
 
Long eventsExpiration
 
List< String > eventsListeners
 
List< String > enabledEventTypes
 
Boolean adminEventsEnabled
 
Boolean adminEventsDetailsEnabled
 
Boolean internationalizationEnabled
 
Set< String > supportedLocales
 
String defaultLocale
 
List< AuthenticationFlowRepresentationauthenticationFlows
 
List< AuthenticatorConfigRepresentationauthenticatorConfig
 
List< RequiredActionProviderRepresentationrequiredActions
 
String browserFlow
 
String registrationFlow
 
String directGrantFlow
 
String resetCredentialsFlow
 
String clientAuthenticationFlow
 
String dockerAuthenticationFlow
 
Map< String, String > attributes
 
String keycloakVersion
 
Boolean userManagedAccessAllowed
 
Boolean social
 
Boolean updateProfileOnInitialSocialLogin
 
Map< String, String > socialProviders
 
Map< String, List< ScopeMappingRepresentation > > applicationScopeMappings
 
List< ApplicationRepresentationapplications
 
List< OAuthClientRepresentationoauthClients
 
List< ClientTemplateRepresentationclientTemplates
 

非公開変数類

List< IdentityProviderRepresentationidentityProviders
 
List< IdentityProviderMapperRepresentationidentityProviderMappers
 
List< ProtocolMapperRepresentationprotocolMappers
 
MultivaluedHashMap< String, ComponentExportRepresentationcomponents
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ addIdentityProvider()

void org.keycloak.representations.idm.RealmRepresentation.addIdentityProvider ( IdentityProviderRepresentation  identityProviderRepresentation)
inline
759  {
760  if (identityProviders == null) identityProviders = new LinkedList<>();
761  identityProviders.add(identityProviderRepresentation);
762  }
List< IdentityProviderRepresentation > identityProviders
Definition: RealmRepresentation.java:133

◆ addIdentityProviderMapper()

void org.keycloak.representations.idm.RealmRepresentation.addIdentityProviderMapper ( IdentityProviderMapperRepresentation  rep)
inline
816  {
817  if (identityProviderMappers == null) identityProviderMappers = new LinkedList<>();
818  identityProviderMappers.add(rep);
819  }
List< IdentityProviderMapperRepresentation > identityProviderMappers
Definition: RealmRepresentation.java:134

◆ addProtocolMapper()

void org.keycloak.representations.idm.RealmRepresentation.addProtocolMapper ( ProtocolMapperRepresentation  rep)
inline
768  {
769  if (protocolMappers == null) protocolMappers = new LinkedList<ProtocolMapperRepresentation>();
770  protocolMappers.add(rep);
771  }
List< ProtocolMapperRepresentation > protocolMappers
Definition: RealmRepresentation.java:135

◆ addSupportedLocales()

void org.keycloak.representations.idm.RealmRepresentation.addSupportedLocales ( String  locale)
inline
789  {
790  if(supportedLocales == null){
791  supportedLocales = new HashSet<>();
792  }
793  supportedLocales.add(locale);
794  }
Set< String > supportedLocales
Definition: RealmRepresentation.java:138

◆ addUserFederationMapper()

void org.keycloak.representations.idm.RealmRepresentation.addUserFederationMapper ( UserFederationMapperRepresentation  userFederationMapper)
inline
746  {
747  if (userFederationMappers == null) userFederationMappers = new LinkedList<>();
748  userFederationMappers.add(userFederationMapper);
749  }
List< UserFederationMapperRepresentation > userFederationMappers
Definition: RealmRepresentation.java:119

◆ clientScopeMapping()

ScopeMappingRepresentation org.keycloak.representations.idm.RealmRepresentation.clientScopeMapping ( String  clientName)
inline
332  {
333  ScopeMappingRepresentation mapping = new ScopeMappingRepresentation();
334  mapping.setClient(clientName);
335  if (scopeMappings == null) scopeMappings = new ArrayList<ScopeMappingRepresentation>();
336  scopeMappings.add(mapping);
337  return mapping;
338  }
List< ScopeMappingRepresentation > scopeMappings
Definition: RealmRepresentation.java:110

◆ clientScopeScopeMapping()

ScopeMappingRepresentation org.keycloak.representations.idm.RealmRepresentation.clientScopeScopeMapping ( String  clientScopeName)
inline
340  {
341  ScopeMappingRepresentation mapping = new ScopeMappingRepresentation();
342  mapping.setClientScope(clientScopeName);
343  if (scopeMappings == null) scopeMappings = new ArrayList<ScopeMappingRepresentation>();
344  scopeMappings.add(mapping);
345  return mapping;
346  }
List< ScopeMappingRepresentation > scopeMappings
Definition: RealmRepresentation.java:110

◆ getAccessCodeLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getAccessCodeLifespan ( )
inline
365  {
366  return accessCodeLifespan;
367  }
Integer accessCodeLifespan
Definition: RealmRepresentation.java:51

◆ getAccessCodeLifespanLogin()

Integer org.keycloak.representations.idm.RealmRepresentation.getAccessCodeLifespanLogin ( )
inline
381  {
383  }
Integer accessCodeLifespanLogin
Definition: RealmRepresentation.java:53

◆ getAccessCodeLifespanUserAction()

Integer org.keycloak.representations.idm.RealmRepresentation.getAccessCodeLifespanUserAction ( )
inline
373  {
375  }
Integer accessCodeLifespanUserAction
Definition: RealmRepresentation.java:52

◆ getAccessTokenLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getAccessTokenLifespan ( )
inline
271  {
272  return accessTokenLifespan;
273  }
Integer accessTokenLifespan
Definition: RealmRepresentation.java:43

◆ getAccessTokenLifespanForImplicitFlow()

Integer org.keycloak.representations.idm.RealmRepresentation.getAccessTokenLifespanForImplicitFlow ( )
inline
279  {
281  }
Integer accessTokenLifespanForImplicitFlow
Definition: RealmRepresentation.java:44

◆ getAccountTheme()

String org.keycloak.representations.idm.RealmRepresentation.getAccountTheme ( )
inline
586  {
587  return accountTheme;
588  }
String accountTheme
Definition: RealmRepresentation.java:121

◆ getActionTokenGeneratedByAdminLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getActionTokenGeneratedByAdminLifespan ( )
inline
389  {
391  }
Integer actionTokenGeneratedByAdminLifespan
Definition: RealmRepresentation.java:54

◆ getActionTokenGeneratedByUserLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getActionTokenGeneratedByUserLifespan ( )
inline
397  {
399  }
Integer actionTokenGeneratedByUserLifespan
Definition: RealmRepresentation.java:55

◆ getAdminTheme()

String org.keycloak.representations.idm.RealmRepresentation.getAdminTheme ( )
inline
594  {
595  return adminTheme;
596  }
String adminTheme
Definition: RealmRepresentation.java:122

◆ getApplications()

List<ApplicationRepresentation> org.keycloak.representations.idm.RealmRepresentation.getApplications ( )
inline
207  {
208  return applications;
209  }
List< ApplicationRepresentation > applications
Definition: RealmRepresentation.java:165

◆ getApplicationScopeMappings()

Map<String, List<ScopeMappingRepresentation> > org.keycloak.representations.idm.RealmRepresentation.getApplicationScopeMappings ( )
inline
566  {
568  }
Map< String, List< ScopeMappingRepresentation > > applicationScopeMappings
Definition: RealmRepresentation.java:163

◆ getAttributes()

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.getAttributes ( )
inline
1012  {
1013  return attributes;
1014  }
Map< String, String > attributes
Definition: RealmRepresentation.java:150

◆ getAuthenticationFlows()

List<AuthenticationFlowRepresentation> org.keycloak.representations.idm.RealmRepresentation.getAuthenticationFlows ( )
inline
821  {
822  return authenticationFlows;
823  }
List< AuthenticationFlowRepresentation > authenticationFlows
Definition: RealmRepresentation.java:140

◆ getAuthenticatorConfig()

List<AuthenticatorConfigRepresentation> org.keycloak.representations.idm.RealmRepresentation.getAuthenticatorConfig ( )
inline
829  {
830  return authenticatorConfig;
831  }
List< AuthenticatorConfigRepresentation > authenticatorConfig
Definition: RealmRepresentation.java:141

◆ getBrowserFlow()

String org.keycloak.representations.idm.RealmRepresentation.getBrowserFlow ( )
inline
901  {
902  return browserFlow;
903  }
String browserFlow
Definition: RealmRepresentation.java:143

◆ getBrowserSecurityHeaders()

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.getBrowserSecurityHeaders ( )
inline
531  {
532  return browserSecurityHeaders;
533  }
Map< String, String > browserSecurityHeaders
Definition: RealmRepresentation.java:116

◆ getCertificate()

String org.keycloak.representations.idm.RealmRepresentation.getCertificate ( )
inline
437  {
438  return certificate;
439  }
String certificate
Definition: RealmRepresentation.java:90

◆ getClientAuthenticationFlow()

String org.keycloak.representations.idm.RealmRepresentation.getClientAuthenticationFlow ( )
inline
933  {
935  }
String clientAuthenticationFlow
Definition: RealmRepresentation.java:147

◆ getClients()

List<ClientRepresentation> org.keycloak.representations.idm.RealmRepresentation.getClients ( )
inline
223  {
224  return clients;
225  }
List< ClientRepresentation > clients
Definition: RealmRepresentation.java:112

◆ getClientScopeMappings()

Map<String, List<ScopeMappingRepresentation> > org.keycloak.representations.idm.RealmRepresentation.getClientScopeMappings ( )
inline
557  {
558  return clientScopeMappings;
559  }
Map< String, List< ScopeMappingRepresentation > > clientScopeMappings
Definition: RealmRepresentation.java:111

◆ getClientScopes()

List<ClientScopeRepresentation> org.keycloak.representations.idm.RealmRepresentation.getClientScopes ( )
inline
971  {
972  return clientScopes;
973  }
List< ClientScopeRepresentation > clientScopes
Definition: RealmRepresentation.java:113

◆ getClientTemplates()

List<ClientTemplateRepresentation> org.keycloak.representations.idm.RealmRepresentation.getClientTemplates ( )
inline
967  {
968  return clientTemplates;
969  }
List< ClientTemplateRepresentation > clientTemplates
Definition: RealmRepresentation.java:169

◆ getCodeSecret()

String org.keycloak.representations.idm.RealmRepresentation.getCodeSecret ( )
inline
445  {
446  return codeSecret;
447  }
String codeSecret
Definition: RealmRepresentation.java:92

◆ getComponents()

MultivaluedHashMap<String, ComponentExportRepresentation> org.keycloak.representations.idm.RealmRepresentation.getComponents ( )
inline
995  {
996  return components;
997  }
MultivaluedHashMap< String, ComponentExportRepresentation > components
Definition: RealmRepresentation.java:136

◆ getDefaultDefaultClientScopes()

List<String> org.keycloak.representations.idm.RealmRepresentation.getDefaultDefaultClientScopes ( )
inline
979  {
981  }
List< String > defaultDefaultClientScopes
Definition: RealmRepresentation.java:114

◆ getDefaultGroups()

List<String> org.keycloak.representations.idm.RealmRepresentation.getDefaultGroups ( )
inline
413  {
414  return defaultGroups;
415  }
List< String > defaultGroups
Definition: RealmRepresentation.java:96

◆ getDefaultLocale()

String org.keycloak.representations.idm.RealmRepresentation.getDefaultLocale ( )
inline
800  {
801  return defaultLocale;
802  }
String defaultLocale
Definition: RealmRepresentation.java:139

◆ getDefaultOptionalClientScopes()

List<String> org.keycloak.representations.idm.RealmRepresentation.getDefaultOptionalClientScopes ( )
inline
987  {
989  }
List< String > defaultOptionalClientScopes
Definition: RealmRepresentation.java:115

◆ getDefaultRoles()

List<String> org.keycloak.representations.idm.RealmRepresentation.getDefaultRoles ( )
inline
405  {
406  return defaultRoles;
407  }
List< String > defaultRoles
Definition: RealmRepresentation.java:95

◆ getDefaultSignatureAlgorithm()

String org.keycloak.representations.idm.RealmRepresentation.getDefaultSignatureAlgorithm ( )
inline
247  {
249  }
String defaultSignatureAlgorithm
Definition: RealmRepresentation.java:40

◆ getDirectGrantFlow()

String org.keycloak.representations.idm.RealmRepresentation.getDirectGrantFlow ( )
inline
917  {
918  return directGrantFlow;
919  }
String directGrantFlow
Definition: RealmRepresentation.java:145

◆ getDisplayName()

String org.keycloak.representations.idm.RealmRepresentation.getDisplayName ( )
inline
187  {
188  return displayName;
189  }
String displayName
Definition: RealmRepresentation.java:37

◆ getDisplayNameHtml()

String org.keycloak.representations.idm.RealmRepresentation.getDisplayNameHtml ( )
inline
195  {
196  return displayNameHtml;
197  }
String displayNameHtml
Definition: RealmRepresentation.java:38

◆ getDockerAuthenticationFlow()

String org.keycloak.representations.idm.RealmRepresentation.getDockerAuthenticationFlow ( )
inline
941  {
943  }
String dockerAuthenticationFlow
Definition: RealmRepresentation.java:148

◆ getEmailTheme()

String org.keycloak.representations.idm.RealmRepresentation.getEmailTheme ( )
inline
602  {
603  return emailTheme;
604  }
String emailTheme
Definition: RealmRepresentation.java:123

◆ getEnabledEventTypes()

List<String> org.keycloak.representations.idm.RealmRepresentation.getEnabledEventTypes ( )
inline
706  {
707  return enabledEventTypes;
708  }
List< String > enabledEventTypes
Definition: RealmRepresentation.java:128

◆ getEventsExpiration()

Long org.keycloak.representations.idm.RealmRepresentation.getEventsExpiration ( )
inline
690  {
691  return eventsExpiration;
692  }
Long eventsExpiration
Definition: RealmRepresentation.java:126

◆ getEventsListeners()

List<String> org.keycloak.representations.idm.RealmRepresentation.getEventsListeners ( )
inline
698  {
699  return eventsListeners;
700  }
List< String > eventsListeners
Definition: RealmRepresentation.java:127

◆ getFailureFactor()

Integer org.keycloak.representations.idm.RealmRepresentation.getFailureFactor ( )
inline
674  {
675  return failureFactor;
676  }
Integer failureFactor
Definition: RealmRepresentation.java:82

◆ getFederatedUsers()

List<UserRepresentation> org.keycloak.representations.idm.RealmRepresentation.getFederatedUsers ( )
inline
1016  {
1017  return federatedUsers;
1018  }
List< UserRepresentation > federatedUsers
Definition: RealmRepresentation.java:109

◆ getGroups()

List<GroupRepresentation> org.keycloak.representations.idm.RealmRepresentation.getGroups ( )
inline
958  {
959  return groups;
960  }
List< GroupRepresentation > groups
Definition: RealmRepresentation.java:94

◆ getId()

String org.keycloak.representations.idm.RealmRepresentation.getId ( )
inline
171  {
172  return id;
173  }
String id
Definition: RealmRepresentation.java:35

◆ getIdentityProviderMappers()

List<IdentityProviderMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.getIdentityProviderMappers ( )
inline
808  {
810  }
List< IdentityProviderMapperRepresentation > identityProviderMappers
Definition: RealmRepresentation.java:134

◆ getIdentityProviders()

List<IdentityProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.getIdentityProviders ( )
inline
751  {
752  return identityProviders;
753  }
List< IdentityProviderRepresentation > identityProviders
Definition: RealmRepresentation.java:133

◆ getKeycloakVersion()

String org.keycloak.representations.idm.RealmRepresentation.getKeycloakVersion ( )
inline
950  {
951  return keycloakVersion;
952  }
String keycloakVersion
Definition: RealmRepresentation.java:152

◆ getLoginTheme()

String org.keycloak.representations.idm.RealmRepresentation.getLoginTheme ( )
inline
578  {
579  return loginTheme;
580  }
String loginTheme
Definition: RealmRepresentation.java:120

◆ getMaxDeltaTimeSeconds()

Integer org.keycloak.representations.idm.RealmRepresentation.getMaxDeltaTimeSeconds ( )
inline
666  {
667  return maxDeltaTimeSeconds;
668  }
Integer maxDeltaTimeSeconds
Definition: RealmRepresentation.java:81

◆ getMaxFailureWaitSeconds()

Integer org.keycloak.representations.idm.RealmRepresentation.getMaxFailureWaitSeconds ( )
inline
634  {
635  return maxFailureWaitSeconds;
636  }
Integer maxFailureWaitSeconds
Definition: RealmRepresentation.java:77

◆ getMinimumQuickLoginWaitSeconds()

Integer org.keycloak.representations.idm.RealmRepresentation.getMinimumQuickLoginWaitSeconds ( )
inline
642  {
644  }
Integer minimumQuickLoginWaitSeconds
Definition: RealmRepresentation.java:78

◆ getNotBefore()

Integer org.keycloak.representations.idm.RealmRepresentation.getNotBefore ( )
inline
610  {
611  return notBefore;
612  }
Integer notBefore
Definition: RealmRepresentation.java:39

◆ getOauthClients()

List<OAuthClientRepresentation> org.keycloak.representations.idm.RealmRepresentation.getOauthClients ( )
inline
553  {
554  return oauthClients;
555  }
List< OAuthClientRepresentation > oauthClients
Definition: RealmRepresentation.java:167

◆ getOfflineSessionIdleTimeout()

Integer org.keycloak.representations.idm.RealmRepresentation.getOfflineSessionIdleTimeout ( )
inline
303  {
305  }
Integer offlineSessionIdleTimeout
Definition: RealmRepresentation.java:47

◆ getOfflineSessionMaxLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getOfflineSessionMaxLifespan ( )
inline
320  {
322  }
Integer offlineSessionMaxLifespan
Definition: RealmRepresentation.java:50

◆ getOfflineSessionMaxLifespanEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.getOfflineSessionMaxLifespanEnabled ( )
inline
312  {
314  }
Boolean offlineSessionMaxLifespanEnabled
Definition: RealmRepresentation.java:49

◆ getOtpPolicyAlgorithm()

String org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyAlgorithm ( )
inline
853  {
854  return otpPolicyAlgorithm;
855  }
String otpPolicyAlgorithm
Definition: RealmRepresentation.java:101

◆ getOtpPolicyDigits()

Integer org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyDigits ( )
inline
869  {
870  return otpPolicyDigits;
871  }
Integer otpPolicyDigits
Definition: RealmRepresentation.java:103

◆ getOtpPolicyInitialCounter()

Integer org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyInitialCounter ( )
inline
861  {
863  }
Integer otpPolicyInitialCounter
Definition: RealmRepresentation.java:102

◆ getOtpPolicyLookAheadWindow()

Integer org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyLookAheadWindow ( )
inline
877  {
879  }
Integer otpPolicyLookAheadWindow
Definition: RealmRepresentation.java:104

◆ getOtpPolicyPeriod()

Integer org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyPeriod ( )
inline
885  {
886  return otpPolicyPeriod;
887  }
Integer otpPolicyPeriod
Definition: RealmRepresentation.java:105

◆ getOtpPolicyType()

String org.keycloak.representations.idm.RealmRepresentation.getOtpPolicyType ( )
inline
845  {
846  return otpPolicyType;
847  }
String otpPolicyType
Definition: RealmRepresentation.java:100

◆ getOtpSupportedApplications()

List<String> org.keycloak.representations.idm.RealmRepresentation.getOtpSupportedApplications ( )
inline
893  {
895  }
List< String > otpSupportedApplications
Definition: RealmRepresentation.java:106

◆ getPasswordPolicy()

String org.keycloak.representations.idm.RealmRepresentation.getPasswordPolicy ( )
inline
357  {
358  return passwordPolicy;
359  }
String passwordPolicy
Definition: RealmRepresentation.java:99

◆ getPrivateKey()

String org.keycloak.representations.idm.RealmRepresentation.getPrivateKey ( )
inline
421  {
422  return privateKey;
423  }
String privateKey
Definition: RealmRepresentation.java:86

◆ getProtocolMappers()

List<ProtocolMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.getProtocolMappers ( )
inline
764  {
765  return protocolMappers;
766  }
List< ProtocolMapperRepresentation > protocolMappers
Definition: RealmRepresentation.java:135

◆ getPublicKey()

String org.keycloak.representations.idm.RealmRepresentation.getPublicKey ( )
inline
429  {
430  return publicKey;
431  }
String publicKey
Definition: RealmRepresentation.java:88

◆ getQuickLoginCheckMilliSeconds()

Long org.keycloak.representations.idm.RealmRepresentation.getQuickLoginCheckMilliSeconds ( )
inline
658  {
660  }
Long quickLoginCheckMilliSeconds
Definition: RealmRepresentation.java:80

◆ getRealm()

String org.keycloak.representations.idm.RealmRepresentation.getRealm ( )
inline
179  {
180  return realm;
181  }
String realm
Definition: RealmRepresentation.java:36

◆ getRefreshTokenMaxReuse()

Integer org.keycloak.representations.idm.RealmRepresentation.getRefreshTokenMaxReuse ( )
inline
263  {
264  return refreshTokenMaxReuse;
265  }
Integer refreshTokenMaxReuse
Definition: RealmRepresentation.java:42

◆ getRegistrationFlow()

String org.keycloak.representations.idm.RealmRepresentation.getRegistrationFlow ( )
inline
909  {
910  return registrationFlow;
911  }
String registrationFlow
Definition: RealmRepresentation.java:144

◆ getRequiredActions()

List<RequiredActionProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.getRequiredActions ( )
inline
837  {
838  return requiredActions;
839  }
List< RequiredActionProviderRepresentation > requiredActions
Definition: RealmRepresentation.java:142

◆ getRequiredCredentials()

Set<String> org.keycloak.representations.idm.RealmRepresentation.getRequiredCredentials ( )
inline
349  {
350  return requiredCredentials;
351  }
Set< String > requiredCredentials
Definition: RealmRepresentation.java:98

◆ getResetCredentialsFlow()

String org.keycloak.representations.idm.RealmRepresentation.getResetCredentialsFlow ( )
inline
925  {
926  return resetCredentialsFlow;
927  }
String resetCredentialsFlow
Definition: RealmRepresentation.java:146

◆ getRevokeRefreshToken()

Boolean org.keycloak.representations.idm.RealmRepresentation.getRevokeRefreshToken ( )
inline
255  {
256  return revokeRefreshToken;
257  }
Boolean revokeRefreshToken
Definition: RealmRepresentation.java:41

◆ getRoles()

RolesRepresentation org.keycloak.representations.idm.RealmRepresentation.getRoles ( )
inline
570  {
571  return roles;
572  }
RolesRepresentation roles
Definition: RealmRepresentation.java:93

◆ getScopeMappings()

List<ScopeMappingRepresentation> org.keycloak.representations.idm.RealmRepresentation.getScopeMappings ( )
inline
328  {
329  return scopeMappings;
330  }
List< ScopeMappingRepresentation > scopeMappings
Definition: RealmRepresentation.java:110

◆ getSmtpServer()

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.getSmtpServer ( )
inline
544  {
545  return smtpServer;
546  }
Map< String, String > smtpServer
Definition: RealmRepresentation.java:117

◆ getSocialProviders()

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.getSocialProviders ( )
inline
540  {
541  return socialProviders;
542  }
Map< String, String > socialProviders
Definition: RealmRepresentation.java:161

◆ getSslRequired()

String org.keycloak.representations.idm.RealmRepresentation.getSslRequired ( )
inline
239  {
240  return sslRequired;
241  }
String sslRequired
Definition: RealmRepresentation.java:57

◆ getSsoSessionIdleTimeout()

Integer org.keycloak.representations.idm.RealmRepresentation.getSsoSessionIdleTimeout ( )
inline
287  {
288  return ssoSessionIdleTimeout;
289  }
Integer ssoSessionIdleTimeout
Definition: RealmRepresentation.java:45

◆ getSsoSessionMaxLifespan()

Integer org.keycloak.representations.idm.RealmRepresentation.getSsoSessionMaxLifespan ( )
inline
295  {
296  return ssoSessionMaxLifespan;
297  }
Integer ssoSessionMaxLifespan
Definition: RealmRepresentation.java:46

◆ getSupportedLocales()

Set<String> org.keycloak.representations.idm.RealmRepresentation.getSupportedLocales ( )
inline
785  {
786  return supportedLocales;
787  }
Set< String > supportedLocales
Definition: RealmRepresentation.java:138

◆ getUserFederationMappers()

List<UserFederationMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.getUserFederationMappers ( )
inline
738  {
739  return userFederationMappers;
740  }
List< UserFederationMapperRepresentation > userFederationMappers
Definition: RealmRepresentation.java:119

◆ getUserFederationProviders()

List<UserFederationProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.getUserFederationProviders ( )
inline
730  {
732  }
List< UserFederationProviderRepresentation > userFederationProviders
Definition: RealmRepresentation.java:118

◆ getUsers()

List<UserRepresentation> org.keycloak.representations.idm.RealmRepresentation.getUsers ( )
inline
203  {
204  return users;
205  }
List< UserRepresentation > users
Definition: RealmRepresentation.java:108

◆ getWaitIncrementSeconds()

Integer org.keycloak.representations.idm.RealmRepresentation.getWaitIncrementSeconds ( )
inline
650  {
651  return waitIncrementSeconds;
652  }
Integer waitIncrementSeconds
Definition: RealmRepresentation.java:79

◆ isAdminEventsDetailsEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.isAdminEventsDetailsEnabled ( )
inline
722  {
724  }
Boolean adminEventsDetailsEnabled
Definition: RealmRepresentation.java:131

◆ isAdminEventsEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.isAdminEventsEnabled ( )
inline
714  {
715  return adminEventsEnabled;
716  }
Boolean adminEventsEnabled
Definition: RealmRepresentation.java:130

◆ isBruteForceProtected()

Boolean org.keycloak.representations.idm.RealmRepresentation.isBruteForceProtected ( )
inline
618  {
619  return bruteForceProtected;
620  }
Boolean bruteForceProtected
Definition: RealmRepresentation.java:75

◆ isDuplicateEmailsAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isDuplicateEmailsAllowed ( )
inline
497  {
498  return duplicateEmailsAllowed;
499  }
Boolean duplicateEmailsAllowed
Definition: RealmRepresentation.java:65

◆ isEditUsernameAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isEditUsernameAllowed ( )
inline
513  {
514  return editUsernameAllowed;
515  }
Boolean editUsernameAllowed
Definition: RealmRepresentation.java:67

◆ isEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.isEnabled ( )
inline
231  {
232  return enabled;
233  }
Boolean enabled
Definition: RealmRepresentation.java:56

◆ isEventsEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.isEventsEnabled ( )
inline
682  {
683  return eventsEnabled;
684  }
Boolean eventsEnabled
Definition: RealmRepresentation.java:125

◆ isIdentityFederationEnabled()

boolean org.keycloak.representations.idm.RealmRepresentation.isIdentityFederationEnabled ( )
inline
1004  {
1005  return identityProviders != null && !identityProviders.isEmpty();
1006  }
List< IdentityProviderRepresentation > identityProviders
Definition: RealmRepresentation.java:133

◆ isInternationalizationEnabled()

Boolean org.keycloak.representations.idm.RealmRepresentation.isInternationalizationEnabled ( )
inline
777  {
779  }
Boolean internationalizationEnabled
Definition: RealmRepresentation.java:137

◆ isLoginWithEmailAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isLoginWithEmailAllowed ( )
inline
489  {
490  return loginWithEmailAllowed;
491  }
Boolean loginWithEmailAllowed
Definition: RealmRepresentation.java:64

◆ isPasswordCredentialGrantAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isPasswordCredentialGrantAllowed ( )
inline
453  {
455  }
Boolean passwordCredentialGrantAllowed
Definition: RealmRepresentation.java:59

◆ isPermanentLockout()

Boolean org.keycloak.representations.idm.RealmRepresentation.isPermanentLockout ( )
inline
626  {
627  return permanentLockout;
628  }
Boolean permanentLockout
Definition: RealmRepresentation.java:76

◆ isRegistrationAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isRegistrationAllowed ( )
inline
457  {
458  return registrationAllowed;
459  }
Boolean registrationAllowed
Definition: RealmRepresentation.java:60

◆ isRegistrationEmailAsUsername()

Boolean org.keycloak.representations.idm.RealmRepresentation.isRegistrationEmailAsUsername ( )
inline
465  {
467  }
Boolean registrationEmailAsUsername
Definition: RealmRepresentation.java:61

◆ isRememberMe()

Boolean org.keycloak.representations.idm.RealmRepresentation.isRememberMe ( )
inline
473  {
474  return rememberMe;
475  }
Boolean rememberMe
Definition: RealmRepresentation.java:62

◆ isResetPasswordAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isResetPasswordAllowed ( )
inline
505  {
506  return resetPasswordAllowed;
507  }
Boolean resetPasswordAllowed
Definition: RealmRepresentation.java:66

◆ isSocial()

Boolean org.keycloak.representations.idm.RealmRepresentation.isSocial ( )
inline
522  {
523  return social;
524  }
Boolean social
Definition: RealmRepresentation.java:157

◆ isUpdateProfileOnInitialSocialLogin()

Boolean org.keycloak.representations.idm.RealmRepresentation.isUpdateProfileOnInitialSocialLogin ( )
inline
527  {
529  }
Boolean updateProfileOnInitialSocialLogin
Definition: RealmRepresentation.java:159

◆ isUserManagedAccessAllowed()

Boolean org.keycloak.representations.idm.RealmRepresentation.isUserManagedAccessAllowed ( )
inline
1028  {
1029  return userManagedAccessAllowed;
1030  }
Boolean userManagedAccessAllowed
Definition: RealmRepresentation.java:154

◆ isVerifyEmail()

Boolean org.keycloak.representations.idm.RealmRepresentation.isVerifyEmail ( )
inline
481  {
482  return verifyEmail;
483  }
Boolean verifyEmail
Definition: RealmRepresentation.java:63

◆ setAccessCodeLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setAccessCodeLifespan ( Integer  accessCodeLifespan)
inline
369  {
371  }
Integer accessCodeLifespan
Definition: RealmRepresentation.java:51

◆ setAccessCodeLifespanLogin()

void org.keycloak.representations.idm.RealmRepresentation.setAccessCodeLifespanLogin ( Integer  accessCodeLifespanLogin)
inline
385  {
387  }
Integer accessCodeLifespanLogin
Definition: RealmRepresentation.java:53

◆ setAccessCodeLifespanUserAction()

void org.keycloak.representations.idm.RealmRepresentation.setAccessCodeLifespanUserAction ( Integer  accessCodeLifespanUserAction)
inline
377  {
379  }
Integer accessCodeLifespanUserAction
Definition: RealmRepresentation.java:52

◆ setAccessTokenLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setAccessTokenLifespan ( Integer  accessTokenLifespan)
inline
275  {
277  }
Integer accessTokenLifespan
Definition: RealmRepresentation.java:43

◆ setAccessTokenLifespanForImplicitFlow()

void org.keycloak.representations.idm.RealmRepresentation.setAccessTokenLifespanForImplicitFlow ( Integer  accessTokenLifespanForImplicitFlow)
inline
283  {
285  }
Integer accessTokenLifespanForImplicitFlow
Definition: RealmRepresentation.java:44

◆ setAccountTheme()

void org.keycloak.representations.idm.RealmRepresentation.setAccountTheme ( String  accountTheme)
inline
590  {
591  this.accountTheme = accountTheme;
592  }
String accountTheme
Definition: RealmRepresentation.java:121

◆ setActionTokenGeneratedByAdminLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setActionTokenGeneratedByAdminLifespan ( Integer  actionTokenGeneratedByAdminLifespan)
inline
393  {
395  }
Integer actionTokenGeneratedByAdminLifespan
Definition: RealmRepresentation.java:54

◆ setActionTokenGeneratedByUserLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setActionTokenGeneratedByUserLifespan ( Integer  actionTokenGeneratedByUserLifespan)
inline
401  {
403  }
Integer actionTokenGeneratedByUserLifespan
Definition: RealmRepresentation.java:55

◆ setAdminEventsDetailsEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setAdminEventsDetailsEnabled ( Boolean  adminEventsDetailsEnabled)
inline
726  {
728  }
Boolean adminEventsDetailsEnabled
Definition: RealmRepresentation.java:131

◆ setAdminEventsEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setAdminEventsEnabled ( Boolean  adminEventsEnabled)
inline
718  {
720  }
Boolean adminEventsEnabled
Definition: RealmRepresentation.java:130

◆ setAdminTheme()

void org.keycloak.representations.idm.RealmRepresentation.setAdminTheme ( String  adminTheme)
inline
598  {
599  this.adminTheme = adminTheme;
600  }
String adminTheme
Definition: RealmRepresentation.java:122

◆ setAttributes()

void org.keycloak.representations.idm.RealmRepresentation.setAttributes ( Map< String, String >  attributes)
inline
1008  {
1009  this.attributes = attributes;
1010  }
Map< String, String > attributes
Definition: RealmRepresentation.java:150

◆ setAuthenticationFlows()

void org.keycloak.representations.idm.RealmRepresentation.setAuthenticationFlows ( List< AuthenticationFlowRepresentation authenticationFlows)
inline
825  {
827  }
List< AuthenticationFlowRepresentation > authenticationFlows
Definition: RealmRepresentation.java:140

◆ setAuthenticatorConfig()

void org.keycloak.representations.idm.RealmRepresentation.setAuthenticatorConfig ( List< AuthenticatorConfigRepresentation authenticatorConfig)
inline
833  {
835  }
List< AuthenticatorConfigRepresentation > authenticatorConfig
Definition: RealmRepresentation.java:141

◆ setBrowserFlow()

void org.keycloak.representations.idm.RealmRepresentation.setBrowserFlow ( String  browserFlow)
inline
905  {
906  this.browserFlow = browserFlow;
907  }
String browserFlow
Definition: RealmRepresentation.java:143

◆ setBrowserSecurityHeaders()

void org.keycloak.representations.idm.RealmRepresentation.setBrowserSecurityHeaders ( Map< String, String >  browserSecurityHeaders)
inline
535  {
537  }
Map< String, String > browserSecurityHeaders
Definition: RealmRepresentation.java:116

◆ setBruteForceProtected()

void org.keycloak.representations.idm.RealmRepresentation.setBruteForceProtected ( Boolean  bruteForceProtected)
inline
622  {
624  }
Boolean bruteForceProtected
Definition: RealmRepresentation.java:75

◆ setCertificate()

void org.keycloak.representations.idm.RealmRepresentation.setCertificate ( String  certificate)
inline
441  {
442  this.certificate = certificate;
443  }
String certificate
Definition: RealmRepresentation.java:90

◆ setClientAuthenticationFlow()

void org.keycloak.representations.idm.RealmRepresentation.setClientAuthenticationFlow ( String  clientAuthenticationFlow)
inline
937  {
939  }
String clientAuthenticationFlow
Definition: RealmRepresentation.java:147

◆ setClients()

void org.keycloak.representations.idm.RealmRepresentation.setClients ( List< ClientRepresentation clients)
inline
227  {
228  this.clients = clients;
229  }
List< ClientRepresentation > clients
Definition: RealmRepresentation.java:112

◆ setClientScopeMappings()

void org.keycloak.representations.idm.RealmRepresentation.setClientScopeMappings ( Map< String, List< ScopeMappingRepresentation >>  clientScopeMappings)
inline
561  {
563  }
Map< String, List< ScopeMappingRepresentation > > clientScopeMappings
Definition: RealmRepresentation.java:111

◆ setClientScopes()

void org.keycloak.representations.idm.RealmRepresentation.setClientScopes ( List< ClientScopeRepresentation clientScopes)
inline
975  {
976  this.clientScopes = clientScopes;
977  }
List< ClientScopeRepresentation > clientScopes
Definition: RealmRepresentation.java:113

◆ setCodeSecret()

void org.keycloak.representations.idm.RealmRepresentation.setCodeSecret ( String  codeSecret)
inline
449  {
450  this.codeSecret = codeSecret;
451  }
String codeSecret
Definition: RealmRepresentation.java:92

◆ setComponents()

void org.keycloak.representations.idm.RealmRepresentation.setComponents ( MultivaluedHashMap< String, ComponentExportRepresentation components)
inline
999  {
1000  this.components = components;
1001  }
MultivaluedHashMap< String, ComponentExportRepresentation > components
Definition: RealmRepresentation.java:136

◆ setDefaultDefaultClientScopes()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultDefaultClientScopes ( List< String >  defaultDefaultClientScopes)
inline
983  {
985  }
List< String > defaultDefaultClientScopes
Definition: RealmRepresentation.java:114

◆ setDefaultGroups()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultGroups ( List< String >  defaultGroups)
inline
417  {
419  }
List< String > defaultGroups
Definition: RealmRepresentation.java:96

◆ setDefaultLocale()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultLocale ( String  defaultLocale)
inline
804  {
806  }
String defaultLocale
Definition: RealmRepresentation.java:139

◆ setDefaultOptionalClientScopes()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultOptionalClientScopes ( List< String >  defaultOptionalClientScopes)
inline
991  {
993  }
List< String > defaultOptionalClientScopes
Definition: RealmRepresentation.java:115

◆ setDefaultRoles()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultRoles ( List< String >  defaultRoles)
inline
409  {
410  this.defaultRoles = defaultRoles;
411  }
List< String > defaultRoles
Definition: RealmRepresentation.java:95

◆ setDefaultSignatureAlgorithm()

void org.keycloak.representations.idm.RealmRepresentation.setDefaultSignatureAlgorithm ( String  defaultSignatureAlgorithm)
inline
251  {
253  }
String defaultSignatureAlgorithm
Definition: RealmRepresentation.java:40

◆ setDirectGrantFlow()

void org.keycloak.representations.idm.RealmRepresentation.setDirectGrantFlow ( String  directGrantFlow)
inline
921  {
923  }
String directGrantFlow
Definition: RealmRepresentation.java:145

◆ setDisplayName()

void org.keycloak.representations.idm.RealmRepresentation.setDisplayName ( String  displayName)
inline
191  {
192  this.displayName = displayName;
193  }
String displayName
Definition: RealmRepresentation.java:37

◆ setDisplayNameHtml()

void org.keycloak.representations.idm.RealmRepresentation.setDisplayNameHtml ( String  displayNameHtml)
inline
199  {
201  }
String displayNameHtml
Definition: RealmRepresentation.java:38

◆ setDockerAuthenticationFlow()

RealmRepresentation org.keycloak.representations.idm.RealmRepresentation.setDockerAuthenticationFlow ( final String  dockerAuthenticationFlow)
inline
945  {
947  return this;
948  }
String dockerAuthenticationFlow
Definition: RealmRepresentation.java:148

◆ setDuplicateEmailsAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setDuplicateEmailsAllowed ( Boolean  duplicateEmailsAllowed)
inline
501  {
503  }
Boolean duplicateEmailsAllowed
Definition: RealmRepresentation.java:65

◆ setEditUsernameAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setEditUsernameAllowed ( Boolean  editUsernameAllowed)
inline
517  {
519  }
Boolean editUsernameAllowed
Definition: RealmRepresentation.java:67

◆ setEmailTheme()

void org.keycloak.representations.idm.RealmRepresentation.setEmailTheme ( String  emailTheme)
inline
606  {
607  this.emailTheme = emailTheme;
608  }
String emailTheme
Definition: RealmRepresentation.java:123

◆ setEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setEnabled ( Boolean  enabled)
inline
235  {
236  this.enabled = enabled;
237  }
Boolean enabled
Definition: RealmRepresentation.java:56

◆ setEnabledEventTypes()

void org.keycloak.representations.idm.RealmRepresentation.setEnabledEventTypes ( List< String >  enabledEventTypes)
inline
710  {
712  }
List< String > enabledEventTypes
Definition: RealmRepresentation.java:128

◆ setEventsEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setEventsEnabled ( boolean  eventsEnabled)
inline
686  {
688  }
Boolean eventsEnabled
Definition: RealmRepresentation.java:125

◆ setEventsExpiration()

void org.keycloak.representations.idm.RealmRepresentation.setEventsExpiration ( long  eventsExpiration)
inline
694  {
696  }
Long eventsExpiration
Definition: RealmRepresentation.java:126

◆ setEventsListeners()

void org.keycloak.representations.idm.RealmRepresentation.setEventsListeners ( List< String >  eventsListeners)
inline
702  {
704  }
List< String > eventsListeners
Definition: RealmRepresentation.java:127

◆ setFailureFactor()

void org.keycloak.representations.idm.RealmRepresentation.setFailureFactor ( Integer  failureFactor)
inline
678  {
680  }
Integer failureFactor
Definition: RealmRepresentation.java:82

◆ setFederatedUsers()

void org.keycloak.representations.idm.RealmRepresentation.setFederatedUsers ( List< UserRepresentation federatedUsers)
inline
1020  {
1022  }
List< UserRepresentation > federatedUsers
Definition: RealmRepresentation.java:109

◆ setGroups()

void org.keycloak.representations.idm.RealmRepresentation.setGroups ( List< GroupRepresentation groups)
inline
962  {
963  this.groups = groups;
964  }
List< GroupRepresentation > groups
Definition: RealmRepresentation.java:94

◆ setId()

void org.keycloak.representations.idm.RealmRepresentation.setId ( String  id)
inline
175  {
176  this.id = id;
177  }
String id
Definition: RealmRepresentation.java:35

◆ setIdentityProviderMappers()

void org.keycloak.representations.idm.RealmRepresentation.setIdentityProviderMappers ( List< IdentityProviderMapperRepresentation identityProviderMappers)
inline
812  {
814  }
List< IdentityProviderMapperRepresentation > identityProviderMappers
Definition: RealmRepresentation.java:134

◆ setIdentityProviders()

void org.keycloak.representations.idm.RealmRepresentation.setIdentityProviders ( List< IdentityProviderRepresentation identityProviders)
inline
755  {
757  }
List< IdentityProviderRepresentation > identityProviders
Definition: RealmRepresentation.java:133

◆ setInternationalizationEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setInternationalizationEnabled ( Boolean  internationalizationEnabled)
inline
781  {
783  }
Boolean internationalizationEnabled
Definition: RealmRepresentation.java:137

◆ setKeycloakVersion()

void org.keycloak.representations.idm.RealmRepresentation.setKeycloakVersion ( String  keycloakVersion)
inline
954  {
956  }
String keycloakVersion
Definition: RealmRepresentation.java:152

◆ setLoginTheme()

void org.keycloak.representations.idm.RealmRepresentation.setLoginTheme ( String  loginTheme)
inline
582  {
583  this.loginTheme = loginTheme;
584  }
String loginTheme
Definition: RealmRepresentation.java:120

◆ setLoginWithEmailAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setLoginWithEmailAllowed ( Boolean  loginWithEmailAllowed)
inline
493  {
495  }
Boolean loginWithEmailAllowed
Definition: RealmRepresentation.java:64

◆ setMaxDeltaTimeSeconds()

void org.keycloak.representations.idm.RealmRepresentation.setMaxDeltaTimeSeconds ( Integer  maxDeltaTimeSeconds)
inline
670  {
672  }
Integer maxDeltaTimeSeconds
Definition: RealmRepresentation.java:81

◆ setMaxFailureWaitSeconds()

void org.keycloak.representations.idm.RealmRepresentation.setMaxFailureWaitSeconds ( Integer  maxFailureWaitSeconds)
inline
638  {
640  }
Integer maxFailureWaitSeconds
Definition: RealmRepresentation.java:77

◆ setMinimumQuickLoginWaitSeconds()

void org.keycloak.representations.idm.RealmRepresentation.setMinimumQuickLoginWaitSeconds ( Integer  minimumQuickLoginWaitSeconds)
inline
646  {
648  }
Integer minimumQuickLoginWaitSeconds
Definition: RealmRepresentation.java:78

◆ setNotBefore()

void org.keycloak.representations.idm.RealmRepresentation.setNotBefore ( Integer  notBefore)
inline
614  {
615  this.notBefore = notBefore;
616  }
Integer notBefore
Definition: RealmRepresentation.java:39

◆ setOfflineSessionIdleTimeout()

void org.keycloak.representations.idm.RealmRepresentation.setOfflineSessionIdleTimeout ( Integer  offlineSessionIdleTimeout)
inline
307  {
309  }
Integer offlineSessionIdleTimeout
Definition: RealmRepresentation.java:47

◆ setOfflineSessionMaxLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setOfflineSessionMaxLifespan ( Integer  offlineSessionMaxLifespan)
inline
324  {
326  }
Integer offlineSessionMaxLifespan
Definition: RealmRepresentation.java:50

◆ setOfflineSessionMaxLifespanEnabled()

void org.keycloak.representations.idm.RealmRepresentation.setOfflineSessionMaxLifespanEnabled ( Boolean  offlineSessionMaxLifespanEnabled)
inline
316  {
318  }
Boolean offlineSessionMaxLifespanEnabled
Definition: RealmRepresentation.java:49

◆ setOtpPolicyAlgorithm()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyAlgorithm ( String  otpPolicyAlgorithm)
inline
857  {
859  }
String otpPolicyAlgorithm
Definition: RealmRepresentation.java:101

◆ setOtpPolicyDigits()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyDigits ( Integer  otpPolicyDigits)
inline
873  {
875  }
Integer otpPolicyDigits
Definition: RealmRepresentation.java:103

◆ setOtpPolicyInitialCounter()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyInitialCounter ( Integer  otpPolicyInitialCounter)
inline
865  {
867  }
Integer otpPolicyInitialCounter
Definition: RealmRepresentation.java:102

◆ setOtpPolicyLookAheadWindow()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyLookAheadWindow ( Integer  otpPolicyLookAheadWindow)
inline
881  {
883  }
Integer otpPolicyLookAheadWindow
Definition: RealmRepresentation.java:104

◆ setOtpPolicyPeriod()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyPeriod ( Integer  otpPolicyPeriod)
inline
889  {
891  }
Integer otpPolicyPeriod
Definition: RealmRepresentation.java:105

◆ setOtpPolicyType()

void org.keycloak.representations.idm.RealmRepresentation.setOtpPolicyType ( String  otpPolicyType)
inline
849  {
851  }
String otpPolicyType
Definition: RealmRepresentation.java:100

◆ setOtpSupportedApplications()

void org.keycloak.representations.idm.RealmRepresentation.setOtpSupportedApplications ( List< String >  otpSupportedApplications)
inline
897  {
899  }
List< String > otpSupportedApplications
Definition: RealmRepresentation.java:106

◆ setPasswordPolicy()

void org.keycloak.representations.idm.RealmRepresentation.setPasswordPolicy ( String  passwordPolicy)
inline
361  {
363  }
String passwordPolicy
Definition: RealmRepresentation.java:99

◆ setPermanentLockout()

void org.keycloak.representations.idm.RealmRepresentation.setPermanentLockout ( Boolean  permanentLockout)
inline
630  {
632  }
Boolean permanentLockout
Definition: RealmRepresentation.java:76

◆ setPrivateKey()

void org.keycloak.representations.idm.RealmRepresentation.setPrivateKey ( String  privateKey)
inline
425  {
426  this.privateKey = privateKey;
427  }
String privateKey
Definition: RealmRepresentation.java:86

◆ setProtocolMappers()

void org.keycloak.representations.idm.RealmRepresentation.setProtocolMappers ( List< ProtocolMapperRepresentation protocolMappers)
inline
773  {
775  }
List< ProtocolMapperRepresentation > protocolMappers
Definition: RealmRepresentation.java:135

◆ setPublicKey()

void org.keycloak.representations.idm.RealmRepresentation.setPublicKey ( String  publicKey)
inline
433  {
434  this.publicKey = publicKey;
435  }
String publicKey
Definition: RealmRepresentation.java:88

◆ setQuickLoginCheckMilliSeconds()

void org.keycloak.representations.idm.RealmRepresentation.setQuickLoginCheckMilliSeconds ( Long  quickLoginCheckMilliSeconds)
inline
662  {
664  }
Long quickLoginCheckMilliSeconds
Definition: RealmRepresentation.java:80

◆ setRealm()

void org.keycloak.representations.idm.RealmRepresentation.setRealm ( String  realm)
inline
183  {
184  this.realm = realm;
185  }
String realm
Definition: RealmRepresentation.java:36

◆ setRefreshTokenMaxReuse()

void org.keycloak.representations.idm.RealmRepresentation.setRefreshTokenMaxReuse ( Integer  refreshTokenMaxReuse)
inline
267  {
269  }
Integer refreshTokenMaxReuse
Definition: RealmRepresentation.java:42

◆ setRegistrationAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setRegistrationAllowed ( Boolean  registrationAllowed)
inline
461  {
463  }
Boolean registrationAllowed
Definition: RealmRepresentation.java:60

◆ setRegistrationEmailAsUsername()

void org.keycloak.representations.idm.RealmRepresentation.setRegistrationEmailAsUsername ( Boolean  registrationEmailAsUsername)
inline
469  {
471  }
Boolean registrationEmailAsUsername
Definition: RealmRepresentation.java:61

◆ setRegistrationFlow()

void org.keycloak.representations.idm.RealmRepresentation.setRegistrationFlow ( String  registrationFlow)
inline
913  {
915  }
String registrationFlow
Definition: RealmRepresentation.java:144

◆ setRememberMe()

void org.keycloak.representations.idm.RealmRepresentation.setRememberMe ( Boolean  rememberMe)
inline
477  {
478  this.rememberMe = rememberMe;
479  }
Boolean rememberMe
Definition: RealmRepresentation.java:62

◆ setRequiredActions()

void org.keycloak.representations.idm.RealmRepresentation.setRequiredActions ( List< RequiredActionProviderRepresentation requiredActions)
inline
841  {
843  }
List< RequiredActionProviderRepresentation > requiredActions
Definition: RealmRepresentation.java:142

◆ setRequiredCredentials()

void org.keycloak.representations.idm.RealmRepresentation.setRequiredCredentials ( Set< String >  requiredCredentials)
inline
353  {
355  }
Set< String > requiredCredentials
Definition: RealmRepresentation.java:98

◆ setResetCredentialsFlow()

void org.keycloak.representations.idm.RealmRepresentation.setResetCredentialsFlow ( String  resetCredentialsFlow)
inline
929  {
931  }
String resetCredentialsFlow
Definition: RealmRepresentation.java:146

◆ setResetPasswordAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setResetPasswordAllowed ( Boolean  resetPassword)
inline
509  {
510  this.resetPasswordAllowed = resetPassword;
511  }
Boolean resetPasswordAllowed
Definition: RealmRepresentation.java:66

◆ setRevokeRefreshToken()

void org.keycloak.representations.idm.RealmRepresentation.setRevokeRefreshToken ( Boolean  revokeRefreshToken)
inline
259  {
261  }
Boolean revokeRefreshToken
Definition: RealmRepresentation.java:41

◆ setRoles()

void org.keycloak.representations.idm.RealmRepresentation.setRoles ( RolesRepresentation  roles)
inline
574  {
575  this.roles = roles;
576  }
RolesRepresentation roles
Definition: RealmRepresentation.java:93

◆ setSmtpServer()

void org.keycloak.representations.idm.RealmRepresentation.setSmtpServer ( Map< String, String >  smtpServer)
inline
548  {
549  this.smtpServer = smtpServer;
550  }
Map< String, String > smtpServer
Definition: RealmRepresentation.java:117

◆ setSslRequired()

void org.keycloak.representations.idm.RealmRepresentation.setSslRequired ( String  sslRequired)
inline
243  {
244  this.sslRequired = sslRequired;
245  }
String sslRequired
Definition: RealmRepresentation.java:57

◆ setSsoSessionIdleTimeout()

void org.keycloak.representations.idm.RealmRepresentation.setSsoSessionIdleTimeout ( Integer  ssoSessionIdleTimeout)
inline
291  {
293  }
Integer ssoSessionIdleTimeout
Definition: RealmRepresentation.java:45

◆ setSsoSessionMaxLifespan()

void org.keycloak.representations.idm.RealmRepresentation.setSsoSessionMaxLifespan ( Integer  ssoSessionMaxLifespan)
inline
299  {
301  }
Integer ssoSessionMaxLifespan
Definition: RealmRepresentation.java:46

◆ setSupportedLocales()

void org.keycloak.representations.idm.RealmRepresentation.setSupportedLocales ( Set< String >  supportedLocales)
inline
796  {
798  }
Set< String > supportedLocales
Definition: RealmRepresentation.java:138

◆ setUserFederationMappers()

void org.keycloak.representations.idm.RealmRepresentation.setUserFederationMappers ( List< UserFederationMapperRepresentation userFederationMappers)
inline
742  {
744  }
List< UserFederationMapperRepresentation > userFederationMappers
Definition: RealmRepresentation.java:119

◆ setUserFederationProviders()

void org.keycloak.representations.idm.RealmRepresentation.setUserFederationProviders ( List< UserFederationProviderRepresentation userFederationProviders)
inline
734  {
736  }
List< UserFederationProviderRepresentation > userFederationProviders
Definition: RealmRepresentation.java:118

◆ setUserManagedAccessAllowed()

void org.keycloak.representations.idm.RealmRepresentation.setUserManagedAccessAllowed ( Boolean  userManagedAccessAllowed)
inline
1024  {
1026  }
Boolean userManagedAccessAllowed
Definition: RealmRepresentation.java:154

◆ setUsers()

void org.keycloak.representations.idm.RealmRepresentation.setUsers ( List< UserRepresentation users)
inline
211  {
212  this.users = users;
213  }
List< UserRepresentation > users
Definition: RealmRepresentation.java:108

◆ setVerifyEmail()

void org.keycloak.representations.idm.RealmRepresentation.setVerifyEmail ( Boolean  verifyEmail)
inline
485  {
486  this.verifyEmail = verifyEmail;
487  }
Boolean verifyEmail
Definition: RealmRepresentation.java:63

◆ setWaitIncrementSeconds()

void org.keycloak.representations.idm.RealmRepresentation.setWaitIncrementSeconds ( Integer  waitIncrementSeconds)
inline
654  {
656  }
Integer waitIncrementSeconds
Definition: RealmRepresentation.java:79

◆ user()

UserRepresentation org.keycloak.representations.idm.RealmRepresentation.user ( String  username)
inline
215  {
216  UserRepresentation user = new UserRepresentation();
217  user.setUsername(username);
218  if (users == null) users = new ArrayList<UserRepresentation>();
219  users.add(user);
220  return user;
221  }
List< UserRepresentation > users
Definition: RealmRepresentation.java:108
UserRepresentation user(String username)
Definition: RealmRepresentation.java:215

メンバ詳解

◆ accessCodeLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.accessCodeLifespan
protected

◆ accessCodeLifespanLogin

Integer org.keycloak.representations.idm.RealmRepresentation.accessCodeLifespanLogin
protected

◆ accessCodeLifespanUserAction

Integer org.keycloak.representations.idm.RealmRepresentation.accessCodeLifespanUserAction
protected

◆ accessTokenLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.accessTokenLifespan
protected

◆ accessTokenLifespanForImplicitFlow

Integer org.keycloak.representations.idm.RealmRepresentation.accessTokenLifespanForImplicitFlow
protected

◆ accountTheme

String org.keycloak.representations.idm.RealmRepresentation.accountTheme
protected

◆ actionTokenGeneratedByAdminLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.actionTokenGeneratedByAdminLifespan
protected

◆ actionTokenGeneratedByUserLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.actionTokenGeneratedByUserLifespan
protected

◆ adminEventsDetailsEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.adminEventsDetailsEnabled
protected

◆ adminEventsEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.adminEventsEnabled
protected

◆ adminTheme

String org.keycloak.representations.idm.RealmRepresentation.adminTheme
protected

◆ applications

List<ApplicationRepresentation> org.keycloak.representations.idm.RealmRepresentation.applications
protected

◆ applicationScopeMappings

Map<String, List<ScopeMappingRepresentation> > org.keycloak.representations.idm.RealmRepresentation.applicationScopeMappings
protected

◆ attributes

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.attributes
protected

◆ authenticationFlows

List<AuthenticationFlowRepresentation> org.keycloak.representations.idm.RealmRepresentation.authenticationFlows
protected

◆ authenticatorConfig

List<AuthenticatorConfigRepresentation> org.keycloak.representations.idm.RealmRepresentation.authenticatorConfig
protected

◆ browserFlow

String org.keycloak.representations.idm.RealmRepresentation.browserFlow
protected

◆ browserSecurityHeaders

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.browserSecurityHeaders
protected

◆ bruteForceProtected

Boolean org.keycloak.representations.idm.RealmRepresentation.bruteForceProtected
protected

◆ certificate

String org.keycloak.representations.idm.RealmRepresentation.certificate
protected

◆ clientAuthenticationFlow

String org.keycloak.representations.idm.RealmRepresentation.clientAuthenticationFlow
protected

◆ clients

List<ClientRepresentation> org.keycloak.representations.idm.RealmRepresentation.clients
protected

◆ clientScopeMappings

Map<String, List<ScopeMappingRepresentation> > org.keycloak.representations.idm.RealmRepresentation.clientScopeMappings
protected

◆ clientScopes

List<ClientScopeRepresentation> org.keycloak.representations.idm.RealmRepresentation.clientScopes
protected

◆ clientTemplates

List<ClientTemplateRepresentation> org.keycloak.representations.idm.RealmRepresentation.clientTemplates
protected

◆ codeSecret

String org.keycloak.representations.idm.RealmRepresentation.codeSecret
protected

◆ components

MultivaluedHashMap<String, ComponentExportRepresentation> org.keycloak.representations.idm.RealmRepresentation.components
private

◆ defaultDefaultClientScopes

List<String> org.keycloak.representations.idm.RealmRepresentation.defaultDefaultClientScopes
protected

◆ defaultGroups

List<String> org.keycloak.representations.idm.RealmRepresentation.defaultGroups
protected

◆ defaultLocale

String org.keycloak.representations.idm.RealmRepresentation.defaultLocale
protected

◆ defaultOptionalClientScopes

List<String> org.keycloak.representations.idm.RealmRepresentation.defaultOptionalClientScopes
protected

◆ defaultRoles

List<String> org.keycloak.representations.idm.RealmRepresentation.defaultRoles
protected

◆ defaultSignatureAlgorithm

String org.keycloak.representations.idm.RealmRepresentation.defaultSignatureAlgorithm
protected

◆ directGrantFlow

String org.keycloak.representations.idm.RealmRepresentation.directGrantFlow
protected

◆ displayName

String org.keycloak.representations.idm.RealmRepresentation.displayName
protected

◆ displayNameHtml

String org.keycloak.representations.idm.RealmRepresentation.displayNameHtml
protected

◆ dockerAuthenticationFlow

String org.keycloak.representations.idm.RealmRepresentation.dockerAuthenticationFlow
protected

◆ duplicateEmailsAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.duplicateEmailsAllowed
protected

◆ editUsernameAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.editUsernameAllowed
protected

◆ emailTheme

String org.keycloak.representations.idm.RealmRepresentation.emailTheme
protected

◆ enabled

Boolean org.keycloak.representations.idm.RealmRepresentation.enabled
protected

◆ enabledEventTypes

List<String> org.keycloak.representations.idm.RealmRepresentation.enabledEventTypes
protected

◆ eventsEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.eventsEnabled
protected

◆ eventsExpiration

Long org.keycloak.representations.idm.RealmRepresentation.eventsExpiration
protected

◆ eventsListeners

List<String> org.keycloak.representations.idm.RealmRepresentation.eventsListeners
protected

◆ failureFactor

Integer org.keycloak.representations.idm.RealmRepresentation.failureFactor
protected

◆ federatedUsers

List<UserRepresentation> org.keycloak.representations.idm.RealmRepresentation.federatedUsers
protected

◆ groups

List<GroupRepresentation> org.keycloak.representations.idm.RealmRepresentation.groups
protected

◆ id

String org.keycloak.representations.idm.RealmRepresentation.id
protected

◆ identityProviderMappers

List<IdentityProviderMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.identityProviderMappers
private

◆ identityProviders

List<IdentityProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.identityProviders
private

◆ internationalizationEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.internationalizationEnabled
protected

◆ keycloakVersion

String org.keycloak.representations.idm.RealmRepresentation.keycloakVersion
protected

◆ loginTheme

String org.keycloak.representations.idm.RealmRepresentation.loginTheme
protected

◆ loginWithEmailAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.loginWithEmailAllowed
protected

◆ maxDeltaTimeSeconds

Integer org.keycloak.representations.idm.RealmRepresentation.maxDeltaTimeSeconds
protected

◆ maxFailureWaitSeconds

Integer org.keycloak.representations.idm.RealmRepresentation.maxFailureWaitSeconds
protected

◆ minimumQuickLoginWaitSeconds

Integer org.keycloak.representations.idm.RealmRepresentation.minimumQuickLoginWaitSeconds
protected

◆ notBefore

Integer org.keycloak.representations.idm.RealmRepresentation.notBefore
protected

◆ oauthClients

List<OAuthClientRepresentation> org.keycloak.representations.idm.RealmRepresentation.oauthClients
protected

◆ offlineSessionIdleTimeout

Integer org.keycloak.representations.idm.RealmRepresentation.offlineSessionIdleTimeout
protected

◆ offlineSessionMaxLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.offlineSessionMaxLifespan
protected

◆ offlineSessionMaxLifespanEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.offlineSessionMaxLifespanEnabled
protected

◆ otpPolicyAlgorithm

String org.keycloak.representations.idm.RealmRepresentation.otpPolicyAlgorithm
protected

◆ otpPolicyDigits

Integer org.keycloak.representations.idm.RealmRepresentation.otpPolicyDigits
protected

◆ otpPolicyInitialCounter

Integer org.keycloak.representations.idm.RealmRepresentation.otpPolicyInitialCounter
protected

◆ otpPolicyLookAheadWindow

Integer org.keycloak.representations.idm.RealmRepresentation.otpPolicyLookAheadWindow
protected

◆ otpPolicyPeriod

Integer org.keycloak.representations.idm.RealmRepresentation.otpPolicyPeriod
protected

◆ otpPolicyType

String org.keycloak.representations.idm.RealmRepresentation.otpPolicyType
protected

◆ otpSupportedApplications

List<String> org.keycloak.representations.idm.RealmRepresentation.otpSupportedApplications
protected

◆ passwordCredentialGrantAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.passwordCredentialGrantAllowed
protected

◆ passwordPolicy

String org.keycloak.representations.idm.RealmRepresentation.passwordPolicy
protected

◆ permanentLockout

Boolean org.keycloak.representations.idm.RealmRepresentation.permanentLockout
protected

◆ privateKey

String org.keycloak.representations.idm.RealmRepresentation.privateKey
protected

◆ protocolMappers

List<ProtocolMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.protocolMappers
private

◆ publicKey

String org.keycloak.representations.idm.RealmRepresentation.publicKey
protected

◆ quickLoginCheckMilliSeconds

Long org.keycloak.representations.idm.RealmRepresentation.quickLoginCheckMilliSeconds
protected

◆ realm

String org.keycloak.representations.idm.RealmRepresentation.realm
protected

◆ realmCacheEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.realmCacheEnabled
protected

◆ refreshTokenMaxReuse

Integer org.keycloak.representations.idm.RealmRepresentation.refreshTokenMaxReuse
protected

◆ registrationAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.registrationAllowed
protected

◆ registrationEmailAsUsername

Boolean org.keycloak.representations.idm.RealmRepresentation.registrationEmailAsUsername
protected

◆ registrationFlow

String org.keycloak.representations.idm.RealmRepresentation.registrationFlow
protected

◆ rememberMe

Boolean org.keycloak.representations.idm.RealmRepresentation.rememberMe
protected

◆ requiredActions

List<RequiredActionProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.requiredActions
protected

◆ requiredCredentials

Set<String> org.keycloak.representations.idm.RealmRepresentation.requiredCredentials
protected

◆ resetCredentialsFlow

String org.keycloak.representations.idm.RealmRepresentation.resetCredentialsFlow
protected

◆ resetPasswordAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.resetPasswordAllowed
protected

◆ revokeRefreshToken

Boolean org.keycloak.representations.idm.RealmRepresentation.revokeRefreshToken
protected

◆ roles

RolesRepresentation org.keycloak.representations.idm.RealmRepresentation.roles
protected

◆ scopeMappings

List<ScopeMappingRepresentation> org.keycloak.representations.idm.RealmRepresentation.scopeMappings
protected

◆ smtpServer

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.smtpServer
protected

◆ social

Boolean org.keycloak.representations.idm.RealmRepresentation.social
protected

◆ socialProviders

Map<String, String> org.keycloak.representations.idm.RealmRepresentation.socialProviders
protected

◆ sslRequired

String org.keycloak.representations.idm.RealmRepresentation.sslRequired
protected

◆ ssoSessionIdleTimeout

Integer org.keycloak.representations.idm.RealmRepresentation.ssoSessionIdleTimeout
protected

◆ ssoSessionMaxLifespan

Integer org.keycloak.representations.idm.RealmRepresentation.ssoSessionMaxLifespan
protected

◆ supportedLocales

Set<String> org.keycloak.representations.idm.RealmRepresentation.supportedLocales
protected

◆ updateProfileOnInitialSocialLogin

Boolean org.keycloak.representations.idm.RealmRepresentation.updateProfileOnInitialSocialLogin
protected

◆ userCacheEnabled

Boolean org.keycloak.representations.idm.RealmRepresentation.userCacheEnabled
protected

◆ userFederationMappers

List<UserFederationMapperRepresentation> org.keycloak.representations.idm.RealmRepresentation.userFederationMappers
protected

◆ userFederationProviders

List<UserFederationProviderRepresentation> org.keycloak.representations.idm.RealmRepresentation.userFederationProviders
protected

◆ userManagedAccessAllowed

Boolean org.keycloak.representations.idm.RealmRepresentation.userManagedAccessAllowed
protected

◆ users

List<UserRepresentation> org.keycloak.representations.idm.RealmRepresentation.users
protected

◆ verifyEmail

Boolean org.keycloak.representations.idm.RealmRepresentation.verifyEmail
protected

◆ waitIncrementSeconds

Integer org.keycloak.representations.idm.RealmRepresentation.waitIncrementSeconds
protected

このクラス詳解は次のファイルから抽出されました: