public interface AuthenticatorSupportService
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticatorInstance> |
getLocalAuthenticators(String bindingId) |
List<AuthenticatorInstance> |
getRemoteAuthenticators(String bindingId) |
List<AuthenticationFlow> |
getRemoteAuthenticatorsAsFlows(String bindingId) |
void |
refreshAuthenticatorsOfCredential(String credential)
All authenticators using the provided credential are refreshed.
|
List<AuthenticationFlow> |
resolveAuthenticationFlows(List<String> authnOptions,
String bindingId) |
List<AuthenticatorInstance> getRemoteAuthenticators(String bindingId) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<AuthenticationFlow> getRemoteAuthenticatorsAsFlows(String bindingId) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<AuthenticationFlow> resolveAuthenticationFlows(List<String> authnOptions, String bindingId)
void refreshAuthenticatorsOfCredential(String credential) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<AuthenticatorInstance> getLocalAuthenticators(String bindingId) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2020 Unity. All rights reserved.