Uses of Interface
pl.edu.icm.unity.engine.api.authn.CredentialVerificator
-
Packages that use CredentialVerificator 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 CredentialVerificator in pl.edu.icm.unity.engine.api.authn
Classes in pl.edu.icm.unity.engine.api.authn that implement CredentialVerificator Modifier and Type Class Description class
AbstractVerificator
AbstractCredentialVerificator
with a common boilerplate code.Fields in pl.edu.icm.unity.engine.api.authn with type parameters of type CredentialVerificator Modifier and Type Field Description protected org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator>
AbstractCredentialVerificatorFactory. factory
Methods in pl.edu.icm.unity.engine.api.authn that return CredentialVerificator Modifier and Type Method Description CredentialVerificator
AbstractCredentialVerificatorFactory. newInstance()
CredentialVerificator
CredentialVerificatorFactory. newInstance()
Constructor parameters in pl.edu.icm.unity.engine.api.authn with type arguments of type CredentialVerificator Constructor Description AbstractCredentialVerificatorFactory(java.lang.String name, java.lang.String desc, org.springframework.beans.factory.ObjectFactory<? extends CredentialVerificator> factory)
-
Uses of CredentialVerificator in pl.edu.icm.unity.engine.api.authn.local
Subinterfaces of CredentialVerificator 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 CredentialVerificator Modifier and Type Class Description class
AbstractLocalVerificator
AbstractLocalCredentialVerificator
with a common boilerplate code. -
Uses of CredentialVerificator in pl.edu.icm.unity.engine.api.authn.remote
Classes in pl.edu.icm.unity.engine.api.authn.remote that implement CredentialVerificator Modifier and Type Class Description class
AbstractRemoteVerificator
Base class that is nearly mandatory for all remote verificators.
-