Class UserSessionLimitsAuthenticatorFactory
java.lang.Object
org.keycloak.authentication.authenticators.sessionlimits.UserSessionLimitsAuthenticatorFactory
- All Implemented Interfaces:
AuthenticatorFactory,ConfigurableAuthenticatorFactory,ConfiguredProvider,ProviderFactory<Authenticator>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession keycloakSession) getId()voidinit(Config.Scope scope) booleanbooleanvoidpostInit(KeycloakSessionFactory keycloakSessionFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
USER_REALM_LIMIT
- See Also:
-
USER_CLIENT_LIMIT
- See Also:
-
BEHAVIOR
- See Also:
-
DENY_NEW_SESSION
- See Also:
-
TERMINATE_OLDEST_SESSION
- See Also:
-
USER_SESSION_LIMITS
- See Also:
-
ERROR_MESSAGE
- See Also:
-
-
Constructor Details
-
UserSessionLimitsAuthenticatorFactory
public UserSessionLimitsAuthenticatorFactory()
-
-
Method Details
-
getDisplayType
- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory
-
getReferenceCategory
- Specified by:
getReferenceCategoryin interfaceConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()- Specified by:
isConfigurablein interfaceConfigurableAuthenticatorFactory
-
getRequirementChoices
- Specified by:
getRequirementChoicesin interfaceConfigurableAuthenticatorFactory
-
isUserSetupAllowed
public boolean isUserSetupAllowed()- Specified by:
isUserSetupAllowedin interfaceConfigurableAuthenticatorFactory
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider
-
create
- Specified by:
createin interfaceProviderFactory<Authenticator>
-
init
- Specified by:
initin interfaceProviderFactory<Authenticator>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<Authenticator>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<Authenticator>
-
getId
- Specified by:
getIdin interfaceProviderFactory<Authenticator>
-