Uses of Class
org.keycloak.authentication.authenticators.broker.util.SerializedBrokeredIdentityContext
Packages that use SerializedBrokeredIdentityContext
Package
Description
-
Uses of SerializedBrokeredIdentityContext in org.keycloak.authentication.authenticators.broker
Methods in org.keycloak.authentication.authenticators.broker with parameters of type SerializedBrokeredIdentityContextModifier and TypeMethodDescriptionprotected abstract voidAbstractIdpAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpAutoLinkAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpConfirmLinkAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpConfirmOverrideLinkAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpCreateUserIfUniqueAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpEmailVerificationAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpReviewProfileAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected abstract voidAbstractIdpAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpAutoLinkAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpConfirmLinkAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpConfirmOverrideLinkAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpCreateUserIfUniqueAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpDetectExistingBrokerUserAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpEmailVerificationAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpReviewProfileAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected ExistingUserInfoIdpCreateUserIfUniqueAuthenticator.checkExistingUser(org.keycloak.authentication.AuthenticationFlowContext context, String username, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected StringIdpCreateUserIfUniqueAuthenticator.getUsername(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected booleanIdpReviewProfileAuthenticator.requiresUpdateProfilePage(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext userCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpCreateUserIfUniqueAuthenticator.userRegisteredSuccess(org.keycloak.authentication.AuthenticationFlowContext context, org.keycloak.models.UserModel registeredUser, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) -
Uses of SerializedBrokeredIdentityContext in org.keycloak.authentication.authenticators.broker.util
Methods in org.keycloak.authentication.authenticators.broker.util that return SerializedBrokeredIdentityContextModifier and TypeMethodDescriptionSerializedBrokeredIdentityContext.readFromAuthenticationSession(org.keycloak.sessions.AuthenticationSessionModel authSession, String noteKey) SerializedBrokeredIdentityContext.serialize(org.keycloak.broker.provider.BrokeredIdentityContext context) -
Uses of SerializedBrokeredIdentityContext in org.keycloak.organization.authentication.authenticators.broker
Methods in org.keycloak.organization.authentication.authenticators.broker with parameters of type SerializedBrokeredIdentityContextModifier and TypeMethodDescriptionprotected voidIdpAddOrganizationMemberAuthenticator.actionImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext) protected voidIdpAddOrganizationMemberAuthenticator.authenticateImpl(org.keycloak.authentication.AuthenticationFlowContext context, SerializedBrokeredIdentityContext serializedCtx, org.keycloak.broker.provider.BrokeredIdentityContext brokerContext)