Interface AuthenticatorSupportService
public interface AuthenticatorSupportService
Provides access to authenticators. Low level, rarely useful. Needed e.g. by
sandbox UI.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptiongetRemoteAuthenticators
(String bindingId) getRemoteAuthenticatorsAsFlows
(String bindingId) void
refreshAuthenticatorsOfCredential
(String credential) All authenticators using the provided credential are refreshed.resolveAuthenticationFlows
(List<String> authnOptions, String bindingId)
-
Method Details
-
getRemoteAuthenticators
- Throws:
EngineException
-
getRemoteAuthenticatorsAsFlows
- Throws:
EngineException
-
resolveAuthenticationFlows
-
refreshAuthenticatorsOfCredential
All authenticators using the provided credential are refreshed. Their endpoints have the authenticators updated too.- Throws:
EngineException
-