public interface AuthenticatorSupportManagement
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlow> |
getAuthenticatorUIs(List<pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition> authnFlows)
Resolves binding specific authenticator authN implementations for a given
list of
AuthenticationFlowDefinition. |
void |
removeAllPersistedAuthenticators()
Removes all authenticators from DB
|
List<pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition> |
resolveAllRemoteAuthenticatorFlows(String bindingId) |
List<AuthenticationFlow> |
resolveAndGetAuthenticationFlows(List<String> authnOptions) |
List<AuthenticationFlow> getAuthenticatorUIs(List<pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition> authnFlows) throws pl.edu.icm.unity.exceptions.EngineException
AuthenticationFlowDefinition.pl.edu.icm.unity.exceptions.EngineExceptionList<pl.edu.icm.unity.types.authn.AuthenticationFlowDefinition> resolveAllRemoteAuthenticatorFlows(String bindingId) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<AuthenticationFlow> resolveAndGetAuthenticationFlows(List<String> authnOptions)
void removeAllPersistedAuthenticators()
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.