Uses of Interface
pl.edu.icm.unity.engine.api.utils.StringConfigurable
-
Packages that use StringConfigurable 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 StringConfigurable in pl.edu.icm.unity.engine.api.authn
Subinterfaces of StringConfigurable in pl.edu.icm.unity.engine.api.authn Modifier and Type Interface Description interfaceCredentialRetrievalRetrieves credential, using a some binding specific method.interfaceCredentialVerificatorImplementations allow for verification of the provided credential.Classes in pl.edu.icm.unity.engine.api.authn that implement StringConfigurable Modifier and Type Class Description classAbstractCredentialRetrieval<T extends CredentialExchange>Common code for allCredentialRetrievalimplementations.classAbstractVerificatorAbstractCredentialVerificatorwith a common boilerplate code. -
Uses of StringConfigurable in pl.edu.icm.unity.engine.api.authn.local
Subinterfaces of StringConfigurable in pl.edu.icm.unity.engine.api.authn.local Modifier and Type Interface Description interfaceLocalCredentialVerificatorVerificator of local credentials.Classes in pl.edu.icm.unity.engine.api.authn.local that implement StringConfigurable Modifier and Type Class Description classAbstractLocalVerificatorAbstractLocalCredentialVerificatorwith a common boilerplate code. -
Uses of StringConfigurable in pl.edu.icm.unity.engine.api.authn.remote
Classes in pl.edu.icm.unity.engine.api.authn.remote that implement StringConfigurable Modifier and Type Class Description classAbstractRemoteVerificatorMinor helper for remote verificators to properly callRemoteAuthnResultTranslator
-