Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationFlow
-
Packages that use AuthenticationFlow Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.endpoint Endpoint API -
-
Uses of AuthenticationFlow in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticationFlow Modifier and Type Field Description AuthenticationFlow
AuthenticatorStepContext. selectedAuthnFlow
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationFlow Modifier and Type Method Description AuthenticationFlow
PartialAuthnState. getAuthenticationFlow()
Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticationFlow Modifier and Type Method Description List<AuthenticationFlow>
InvocationContext. getEndpointFlows()
List<AuthenticationFlow>
AuthenticatorSupportService. getRemoteAuthenticatorsAsFlows(String bindingId)
List<AuthenticationFlow>
AuthenticatorSupportService. resolveAuthenticationFlows(List<String> authnOptions, String bindingId)
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationFlow Modifier and Type Method Description PartialAuthnState
AuthenticationProcessor. 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 AuthenticationFlow Constructor Description AuthenticationStepContext(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 AuthenticationFlow Constructor Description InvocationContext(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 AuthenticationFlow Modifier and Type Field Description protected List<AuthenticationFlow>
AbstractEndpoint. authenticationFlows
Methods in pl.edu.icm.unity.engine.api.endpoint that return types with arguments of type AuthenticationFlow Modifier and Type Method Description List<AuthenticationFlow>
AbstractEndpoint. getAuthenticationFlows()
List<AuthenticationFlow>
EndpointInstance. getAuthenticationFlows()
Method parameters in pl.edu.icm.unity.engine.api.endpoint with type arguments of type AuthenticationFlow Modifier and Type Method Description void
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.
-