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 AuthenticationFlowPartialAuthnState. 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 PartialAuthnStateAuthenticationProcessor. 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. authenticationFlowsMethods 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 voidAbstractEndpoint. initialize(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint description, java.util.List<AuthenticationFlow> authenticators, java.lang.String serializedConfiguration)voidEndpointInstance. initialize(pl.edu.icm.unity.types.endpoint.ResolvedEndpoint endpointDescription, java.util.List<AuthenticationFlow> authenticatonOptions, java.lang.String serializedConfiguration)protected voidAbstractEndpoint. setAuthenticators(java.util.List<AuthenticationFlow> authenticationFlows)voidEndpointInstance. updateAuthenticationFlows(java.util.List<AuthenticationFlow> authenticationFlows)Runtime update of the authenticators being used by this endpoint.
-