Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
Packages that use AuthenticationFlow
Package
Description
Authentication related API and utilities
Endpoint API
-
Uses of AuthenticationFlow in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticationFlowModifier and TypeFieldDescriptionfinal AuthenticationFlowAuthenticatorStepContext.selectedAuthnFlowMethods in pl.edu.icm.unity.engine.api.authn that return AuthenticationFlowMethods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticationFlowModifier and TypeMethodDescriptionInvocationContext.getEndpointFlows()AuthenticatorSupportService.getRemoteAuthenticatorsAsFlows(String bindingId) AuthenticatorSupportService.resolveAuthenticationFlows(List<String> authnOptions, String bindingId) Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationFlowModifier and TypeMethodDescriptionAuthenticationProcessor.processPrimaryAuthnResult(AuthenticationResult result, AuthenticationFlow authenticationFlow, pl.edu.icm.unity.base.authn.AuthenticationOptionKey authnOptionId, SigInInProgressContext sigInInProgressContext) Starting point: the result of the primary authenticator is verified.Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationFlowModifierConstructorDescriptionAuthenticationStepContext(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, pl.edu.icm.unity.base.authn.AuthenticationOptionKey authnOptionId, AuthenticatorStepContext.FactorOrder factor, String endpointPath, SigInInProgressContext signInInProgressContext) AuthenticatorStepContext(pl.edu.icm.unity.base.authn.AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) PartialAuthnState(pl.edu.icm.unity.base.authn.AuthenticationOptionKey firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow) Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticationFlowModifierConstructorDescriptionInvocationContext(pl.edu.icm.unity.base.identity.IdentityTaV tlsIdentity, pl.edu.icm.unity.base.authn.AuthenticationRealm realm, List<AuthenticationFlow> endpointFlows) -
Uses of AuthenticationFlow in pl.edu.icm.unity.engine.api.endpoint
Fields in pl.edu.icm.unity.engine.api.endpoint with type parameters of type AuthenticationFlowModifier and TypeFieldDescriptionprotected List<AuthenticationFlow>AbstractEndpoint.authenticationFlowsMethods in pl.edu.icm.unity.engine.api.endpoint that return types with arguments of type AuthenticationFlowModifier and TypeMethodDescriptionAbstractEndpoint.getAuthenticationFlows()EndpointInstance.getAuthenticationFlows()Method parameters in pl.edu.icm.unity.engine.api.endpoint with type arguments of type AuthenticationFlowModifier and TypeMethodDescriptionvoidAbstractEndpoint.initialize(pl.edu.icm.unity.base.endpoint.ResolvedEndpoint description, List<AuthenticationFlow> authenticators, String serializedConfiguration) voidEndpointInstance.initialize(pl.edu.icm.unity.base.endpoint.ResolvedEndpoint endpointDescription, List<AuthenticationFlow> authenticatonOptions, String serializedConfiguration) protected voidAbstractEndpoint.setAuthenticators(List<AuthenticationFlow> authenticationFlows) voidEndpointInstance.updateAuthenticationFlows(List<AuthenticationFlow> authenticationFlows) Runtime update of the authenticators being used by this endpoint.