Uses of Class
org.keycloak.authentication.authenticators.broker.util.SerializedBrokeredIdentityContext
Package
Description
-
Uses of SerializedBrokeredIdentityContext in org.keycloak.authentication.authenticators.broker
Modifier and TypeMethodDescriptionprotected abstract void
AbstractIdpAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpAutoLinkAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpConfirmLinkAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpConfirmOverrideLinkAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpCreateUserIfUniqueAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpEmailVerificationAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpReviewProfileAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, BrokeredIdentityContext brokerContext) protected abstract void
AbstractIdpAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpAutoLinkAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpConfirmLinkAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpConfirmOverrideLinkAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpCreateUserIfUniqueAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpDetectExistingBrokerUserAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpEmailVerificationAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpReviewProfileAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, BrokeredIdentityContext brokerContext) protected ExistingUserInfo
IdpCreateUserIfUniqueAuthenticator.checkExistingUser
(AuthenticationFlowContext context, String username, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected String
IdpCreateUserIfUniqueAuthenticator.getUsername
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected boolean
IdpReviewProfileAuthenticator.requiresUpdateProfilePage
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, BrokeredIdentityContext brokerContext) protected void
IdpCreateUserIfUniqueAuthenticator.userRegisteredSuccess
(AuthenticationFlowContext context, UserModel registeredUser, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) -
Uses of SerializedBrokeredIdentityContext in org.keycloak.authentication.authenticators.broker.util
Modifier and TypeMethodDescriptionSerializedBrokeredIdentityContext.readFromAuthenticationSession
(AuthenticationSessionModel authSession, String noteKey) SerializedBrokeredIdentityContext.serialize
(BrokeredIdentityContext context) -
Uses of SerializedBrokeredIdentityContext in org.keycloak.organization.authentication.authenticators.broker
Modifier and TypeMethodDescriptionprotected void
IdpAddOrganizationMemberAuthenticator.actionImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext) protected void
IdpAddOrganizationMemberAuthenticator.authenticateImpl
(AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, BrokeredIdentityContext brokerContext)