Class OrganizationAuthenticator
java.lang.Object
org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticator
org.keycloak.organization.authentication.authenticators.browser.OrganizationAuthenticator
- All Implemented Interfaces:
Authenticator,Provider
-
Field Summary
Fields inherited from class org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticator
ACCEPTS_PROMPT_NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaction(AuthenticationFlowContext context) voidauthenticate(AuthenticationFlowContext context) booleanconfiguredFor(KeycloakSession session, RealmModel realm, UserModel user) Methods inherited from class org.keycloak.authentication.authenticators.browser.IdentityProviderAuthenticator
close, redirect, redirect, requiresUser, setRequiredActionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.Authenticator
areRequiredActionsEnabled, getRequiredActions
-
Constructor Details
-
OrganizationAuthenticator
-
-
Method Details
-
authenticate
- Specified by:
authenticatein interfaceAuthenticator- Overrides:
authenticatein classIdentityProviderAuthenticator
-
action
- Specified by:
actionin interfaceAuthenticator- Overrides:
actionin classIdentityProviderAuthenticator
-
configuredFor
- Specified by:
configuredForin interfaceAuthenticator- Overrides:
configuredForin classIdentityProviderAuthenticator
-