Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
Package
Description
Authentication related API and utilities
Endpoint API
-
Uses of AuthenticationFlow in pl.edu.icm.unity.engine.api.authn
Modifier and TypeFieldDescriptionfinal AuthenticationFlow
AuthenticatorStepContext.selectedAuthnFlow
Modifier and TypeMethodDescriptionInvocationContext.getEndpointFlows()
AuthenticatorSupportService.getRemoteAuthenticatorsAsFlows
(String bindingId) AuthenticatorSupportService.resolveAuthenticationFlows
(List<String> authnOptions, String bindingId) Modifier and TypeMethodDescriptionAuthenticationProcessor.processPrimaryAuthnResult
(AuthenticationResult result, AuthenticationFlow authenticationFlow, AuthenticationOptionKey authnOptionId) Starting point: the result of the primary authenticator is verified.ModifierConstructorDescriptionAuthenticationStepContext
(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) ModifierConstructorDescriptionInvocationContext
(IdentityTaV tlsIdentity, AuthenticationRealm realm, List<AuthenticationFlow> endpointFlows) -
Uses of AuthenticationFlow in pl.edu.icm.unity.engine.api.endpoint
Modifier and TypeFieldDescriptionprotected List<AuthenticationFlow>
AbstractEndpoint.authenticationFlows
Modifier and TypeMethodDescriptionAbstractEndpoint.getAuthenticationFlows()
EndpointInstance.getAuthenticationFlows()
Modifier and TypeMethodDescriptionvoid
AbstractEndpoint.initialize
(ResolvedEndpoint description, List<AuthenticationFlow> authenticators, String serializedConfiguration) void
EndpointInstance.initialize
(ResolvedEndpoint endpointDescription, List<AuthenticationFlow> authenticatonOptions, String serializedConfiguration) protected void
AbstractEndpoint.setAuthenticators
(List<AuthenticationFlow> authenticationFlows) void
EndpointInstance.updateAuthenticationFlows
(List<AuthenticationFlow> authenticationFlows) Runtime update of the authenticators being used by this endpoint.