Uses of Interface
pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
-
Packages that use AuthenticatorInstance Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of AuthenticatorInstance in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticatorInstance Modifier and Type Method Description AuthenticatorInstanceAuthenticationProcessor. getValidAuthenticatorForEntity(Collection<AuthenticatorInstance> pool, long entityId)Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticatorInstance Modifier and Type Method Description Set<AuthenticatorInstance>AuthenticationFlow. getAllAuthenticators()Set<AuthenticatorInstance>AuthenticationFlow. getFirstFactorAuthenticators()List<AuthenticatorInstance>AuthenticatorSupportService. getRemoteAuthenticators(String bindingId)List<AuthenticatorInstance>AuthenticationFlow. getSecondFactorAuthenticators()Method parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticatorInstance Modifier and Type Method Description AuthenticatorInstanceAuthenticationProcessor. getValidAuthenticatorForEntity(Collection<AuthenticatorInstance> pool, long entityId)Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticatorInstance Constructor Description AuthenticationFlow(String name, AuthenticationFlowDefinition.Policy policy, Set<AuthenticatorInstance> firstFactorAuthenticators, List<AuthenticatorInstance> secondFactorAuthenticators, long revision)AuthenticationFlow(String name, AuthenticationFlowDefinition.Policy policy, Set<AuthenticatorInstance> firstFactorAuthenticators, List<AuthenticatorInstance> secondFactorAuthenticators, long revision)
-