public interface CredentialRetrieval extends BindingAuthn, StringConfigurable
CredentialVerificator via CredentialExchange.
Implementations must be thread safe and immutable.
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingName() |
default boolean |
requiresRedirect() |
void |
setCredentialExchange(CredentialExchange e,
String id)
Sets initial state, given by the framework (the retrieval's own, implementation specific configuration
is set via
#setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode)):
the credential verificator and the configured id. |
destroy, getAuthenticatorIdgetSerializedConfiguration, setSerializedConfigurationvoid setCredentialExchange(CredentialExchange e, String id)
#setSerializedConfiguration(com.fasterxml.jackson.databind.node.ObjectNode)):
the credential verificator and the configured id.e - id - String getBindingName()
getBindingName in interface BindingAuthndefault boolean requiresRedirect()
Copyright © 2018 Unity. All rights reserved.