Uses of Interface
pl.edu.icm.unity.engine.api.authn.CredentialExchange
-
Packages that use CredentialExchange Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.local Local authentication API and general purpose support classespl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn
Classes in pl.edu.icm.unity.engine.api.authn with type parameters of type CredentialExchange Modifier and Type Class Description class
AbstractCredentialRetrieval<T extends CredentialExchange>
Common code for allCredentialRetrieval
implementations.Subinterfaces of CredentialExchange in pl.edu.icm.unity.engine.api.authn Modifier and Type Interface Description interface
CredentialVerificator
Implementations allow for verification of the provided credential.Classes in pl.edu.icm.unity.engine.api.authn that implement CredentialExchange Modifier and Type Class Description class
AbstractVerificator
AbstractCredentialVerificator
with a common boilerplate code.Fields in pl.edu.icm.unity.engine.api.authn declared as CredentialExchange Modifier and Type Field Description protected T
AbstractCredentialRetrieval. credentialExchange
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type CredentialExchange Modifier and Type Method Description void
AbstractCredentialRetrieval. setCredentialExchange(CredentialExchange e, java.lang.String id)
void
CredentialRetrieval. setCredentialExchange(CredentialExchange e, java.lang.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. -
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn.local
Subinterfaces of CredentialExchange in pl.edu.icm.unity.engine.api.authn.local Modifier and Type Interface Description interface
LocalCredentialVerificator
Verificator of local credentials.Classes in pl.edu.icm.unity.engine.api.authn.local that implement CredentialExchange Modifier and Type Class Description class
AbstractLocalVerificator
AbstractLocalCredentialVerificator
with a common boilerplate code. -
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn.remote
Classes in pl.edu.icm.unity.engine.api.authn.remote that implement CredentialExchange Modifier and Type Class Description class
AbstractRemoteVerificator
Base class that is nearly mandatory for all remote verificators.
-