Uses of Interface
pl.edu.icm.unity.engine.api.authn.CredentialExchange
Package
Description
Authentication related API and utilities
Local authentication API and general purpose support classes
Remote authentication API
-
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn
Modifier and TypeClassDescriptionclass
AbstractCredentialRetrieval<T extends CredentialExchange>
Common code for allCredentialRetrieval
implementations.Modifier and TypeInterfaceDescriptioninterface
Implementations allow for verification of the provided credential.Modifier and TypeClassDescriptionclass
AbstractCredentialVerificator
with a common boilerplate code.Modifier and TypeMethodDescriptionvoid
AbstractCredentialRetrieval.setCredentialExchange
(CredentialExchange e, String id) void
CredentialRetrieval.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. -
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn.local
Modifier and TypeInterfaceDescriptioninterface
Verificator of local credentials.Modifier and TypeClassDescriptionclass
AbstractLocalCredentialVerificator
with a common boilerplate code. -
Uses of CredentialExchange in pl.edu.icm.unity.engine.api.authn.remote
Modifier and TypeClassDescriptionclass
Minor helper for remote verificators to properly callRemoteAuthnResultTranslator