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 AuthenticatorInstance
AuthenticationProcessor. getValidAuthenticatorForEntity(java.util.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 java.util.Set<AuthenticatorInstance>
AuthenticationFlow. getAllAuthenticators()
java.util.Set<AuthenticatorInstance>
AuthenticationFlow. getFirstFactorAuthenticators()
java.util.List<AuthenticatorInstance>
AuthenticatorSupportService. getLocalAuthenticators(java.lang.String bindingId)
java.util.List<AuthenticatorInstance>
AuthenticatorSupportService. getRemoteAuthenticators(java.lang.String bindingId)
java.util.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 AuthenticatorInstance
AuthenticationProcessor. getValidAuthenticatorForEntity(java.util.Collection<AuthenticatorInstance> pool, long entityId)
Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticatorInstance Constructor Description AuthenticationFlow(java.lang.String name, pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy policy, java.util.Set<AuthenticatorInstance> firstFactorAuthenticators, java.util.List<AuthenticatorInstance> secondFactorAuthenticators, long revision)
AuthenticationFlow(java.lang.String name, pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition.Policy policy, java.util.Set<AuthenticatorInstance> firstFactorAuthenticators, java.util.List<AuthenticatorInstance> secondFactorAuthenticators, long revision)
-