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
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 java.util.List<AuthenticationFlow>
InvocationContext. getEndpointFlows()
java.util.List<AuthenticationFlow>
AuthenticatorSupportService. getRemoteAuthenticatorsAsFlows(java.lang.String bindingId)
java.util.List<AuthenticationFlow>
AuthenticatorSupportService. resolveAuthenticationFlows(java.util.List<java.lang.String> authnOptions, java.lang.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, java.lang.String 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 PartialAuthnState(java.lang.String 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(pl.edu.icm.unity.types.basic.IdentityTaV tlsIdentity, pl.edu.icm.unity.types.authn.AuthenticationRealm realm, java.util.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 java.util.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 java.util.List<AuthenticationFlow>
AbstractEndpoint. getAuthenticationFlows()
java.util.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(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint description, java.util.List<AuthenticationFlow> authenticators, java.lang.String serializedConfiguration)
void
EndpointInstance. initialize(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint endpointDescription, java.util.List<AuthenticationFlow> authenticatonOptions, java.lang.String serializedConfiguration)
protected void
AbstractEndpoint. setAuthenticators(java.util.List<AuthenticationFlow> authenticationFlows)
void
EndpointInstance. updateAuthenticationFlows(java.util.List<AuthenticationFlow> authenticationFlows)
Runtime update of the authenticators being used by this endpoint.
-