Uses of Interface
pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
-
Uses of AuthenticatorInstance in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionAuthenticationProcessor.getValidAuthenticatorForEntity
(Collection<AuthenticatorInstance> pool, long entityId) Modifier and TypeMethodDescriptionAuthenticationFlow.getAllAuthenticators()
AuthenticationFlow.getFirstFactorAuthenticators()
AuthenticatorSupportService.getRemoteAuthenticators
(String bindingId) AuthenticationFlow.getSecondFactorAuthenticators()
Modifier and TypeMethodDescriptionAuthenticationProcessor.getValidAuthenticatorForEntity
(Collection<AuthenticatorInstance> pool, long entityId) ModifierConstructorDescriptionAuthenticationFlow
(String name, AuthenticationFlowDefinition.Policy policy, Set<AuthenticatorInstance> firstFactorAuthenticators, List<AuthenticatorInstance> secondFactorAuthenticators, AuthenticationPolicyConfiguration policyConfiguration, long revision) AuthenticationFlow
(String name, AuthenticationFlowDefinition.Policy policy, Set<AuthenticatorInstance> firstFactorAuthenticators, List<AuthenticatorInstance> secondFactorAuthenticators, AuthenticationPolicyConfiguration policyConfiguration, long revision)