Uses of Interface
pl.edu.icm.unity.engine.api.authn.CredentialExchange
Packages that use 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
Classes in pl.edu.icm.unity.engine.api.authn with type parameters of type CredentialExchangeModifier and TypeClassDescriptionclassAbstractCredentialRetrieval<T extends CredentialExchange>Common code for allCredentialRetrievalimplementations.Subinterfaces of CredentialExchange in pl.edu.icm.unity.engine.api.authnModifier and TypeInterfaceDescriptioninterfaceImplementations allow for verification of the provided credential.Classes in pl.edu.icm.unity.engine.api.authn that implement CredentialExchangeModifier and TypeClassDescriptionclassAbstractCredentialVerificatorwith a common boilerplate code.Fields in pl.edu.icm.unity.engine.api.authn declared as CredentialExchangeMethods in pl.edu.icm.unity.engine.api.authn with parameters of type CredentialExchangeModifier and TypeMethodDescriptionvoidAbstractCredentialRetrieval.setCredentialExchange(CredentialExchange e, String id) voidCredentialRetrieval.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
Subinterfaces of CredentialExchange in pl.edu.icm.unity.engine.api.authn.localModifier and TypeInterfaceDescriptioninterfaceVerificator of local credentials.Classes in pl.edu.icm.unity.engine.api.authn.local that implement CredentialExchangeModifier and TypeClassDescriptionclassAbstractLocalCredentialVerificatorwith 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 CredentialExchangeModifier and TypeClassDescriptionclassMinor helper for remote verificators to properly callRemoteAuthnResultTranslator