|
| 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< UserRepresentation > | getUsers () |
| |
| List< ApplicationRepresentation > | getApplications () |
| |
| void | setUsers (List< UserRepresentation > users) |
| |
| UserRepresentation | user (String username) |
| |
| List< ClientRepresentation > | getClients () |
| |
| 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< ScopeMappingRepresentation > | getScopeMappings () |
| |
| 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< OAuthClientRepresentation > | getOauthClients () |
| |
| 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< UserFederationProviderRepresentation > | getUserFederationProviders () |
| |
| void | setUserFederationProviders (List< UserFederationProviderRepresentation > userFederationProviders) |
| |
| List< UserFederationMapperRepresentation > | getUserFederationMappers () |
| |
| void | setUserFederationMappers (List< UserFederationMapperRepresentation > userFederationMappers) |
| |
| void | addUserFederationMapper (UserFederationMapperRepresentation userFederationMapper) |
| |
| List< IdentityProviderRepresentation > | getIdentityProviders () |
| |
| void | setIdentityProviders (List< IdentityProviderRepresentation > identityProviders) |
| |
| void | addIdentityProvider (IdentityProviderRepresentation identityProviderRepresentation) |
| |
| List< ProtocolMapperRepresentation > | getProtocolMappers () |
| |
| 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< IdentityProviderMapperRepresentation > | getIdentityProviderMappers () |
| |
| void | setIdentityProviderMappers (List< IdentityProviderMapperRepresentation > identityProviderMappers) |
| |
| void | addIdentityProviderMapper (IdentityProviderMapperRepresentation rep) |
| |
| List< AuthenticationFlowRepresentation > | getAuthenticationFlows () |
| |
| void | setAuthenticationFlows (List< AuthenticationFlowRepresentation > authenticationFlows) |
| |
| List< AuthenticatorConfigRepresentation > | getAuthenticatorConfig () |
| |
| void | setAuthenticatorConfig (List< AuthenticatorConfigRepresentation > authenticatorConfig) |
| |
| List< RequiredActionProviderRepresentation > | getRequiredActions () |
| |
| 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< GroupRepresentation > | getGroups () |
| |
| void | setGroups (List< GroupRepresentation > groups) |
| |
| List< ClientTemplateRepresentation > | getClientTemplates () |
| |
| List< ClientScopeRepresentation > | getClientScopes () |
| |
| void | setClientScopes (List< ClientScopeRepresentation > clientScopes) |
| |
| List< String > | getDefaultDefaultClientScopes () |
| |
| void | setDefaultDefaultClientScopes (List< String > defaultDefaultClientScopes) |
| |
| List< String > | getDefaultOptionalClientScopes () |
| |
| void | setDefaultOptionalClientScopes (List< String > defaultOptionalClientScopes) |
| |
| MultivaluedHashMap< String, ComponentExportRepresentation > | getComponents () |
| |
| void | setComponents (MultivaluedHashMap< String, ComponentExportRepresentation > components) |
| |
| boolean | isIdentityFederationEnabled () |
| |
| void | setAttributes (Map< String, String > attributes) |
| |
| Map< String, String > | getAttributes () |
| |
| List< UserRepresentation > | getFederatedUsers () |
| |
| void | setFederatedUsers (List< UserRepresentation > federatedUsers) |
| |
| void | setUserManagedAccessAllowed (Boolean userManagedAccessAllowed) |
| |
| Boolean | isUserManagedAccessAllowed () |
| |