Uses of Interface
pl.edu.icm.unity.engine.api.authn.AuthenticatorInstance
Packages that use AuthenticatorInstance
-
Uses of AuthenticatorInstance in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticatorInstanceModifier and TypeMethodDescriptionAuthenticationProcessor.getValidAuthenticatorForEntity(Collection<AuthenticatorInstance> pool, long entityId) Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticatorInstanceModifier and TypeMethodDescriptionAuthenticationFlow.getAllAuthenticators()AuthenticationFlow.getFirstFactorAuthenticators()AuthenticatorSupportService.getRemoteAuthenticators(String bindingId) AuthenticationFlow.getSecondFactorAuthenticators()Method parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticatorInstanceModifier and TypeMethodDescriptionAuthenticationProcessor.getValidAuthenticatorForEntity(Collection<AuthenticatorInstance> pool, long entityId) Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type AuthenticatorInstanceModifierConstructorDescriptionAuthenticationFlow(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)