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, AuthenticationOptionKey authnOptionId) Starting point: the result of the primary authenticator is verified.Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationFlowModifierConstructorDescriptionAuthenticationStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, AuthenticationOptionKey authnOptionId, AuthenticatorStepContext.FactorOrder factor, String endpointPath) AuthenticatorStepContext(AuthenticationRealm realm, AuthenticationFlow selectedAuthnFlow, String endpointPath, AuthenticatorStepContext.FactorOrder factor) PartialAuthnState(AuthenticationOptionKey firstFactorOptionId, BindingAuthn secondaryAuthenticator, AuthenticationResult result, AuthenticationFlow flow) Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticationFlowModifierConstructorDescriptionInvocationContext(IdentityTaV tlsIdentity, 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(ResolvedEndpoint description, List<AuthenticationFlow> authenticators, String serializedConfiguration) voidEndpointInstance.initialize(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.