Uses of Class
pl.edu.icm.unity.engine.api.authn.AbstractVerificator
-
Packages that use AbstractVerificator Package Description pl.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 AbstractVerificator in pl.edu.icm.unity.engine.api.authn.local
Subclasses of AbstractVerificator in pl.edu.icm.unity.engine.api.authn.local Modifier and Type Class Description class
AbstractLocalVerificator
AbstractLocalCredentialVerificator
with a common boilerplate code. -
Uses of AbstractVerificator in pl.edu.icm.unity.engine.api.authn.remote
Subclasses of AbstractVerificator in pl.edu.icm.unity.engine.api.authn.remote Modifier and Type Class Description class
AbstractRemoteVerificator
Minor helper for remote verificators to properly callRemoteAuthnResultTranslator
-