Package pl.edu.icm.unity.engine.api.authn.local
Local authentication API and general purpose support classes
- Author:
- K. Benedyczak
-
Interface Summary Interface Description CredentialHelper Allows for performing various credential related operations which needs to be handled internally, not via the public API.LocalCredentialVerificator Verificator of local credentials.LocalCredentialVerificatorFactory ProducesLocalCredentialVerificator
s of a particular type. -
Class Summary Class Description AbstractLocalCredentialVerificatorFactory Helper to easily create credential factories.AbstractLocalVerificator AbstractLocalCredentialVerificator
with a common boilerplate code.LocalCredentialsRegistry Registry of components which are used to createLocalCredentialVerificator
s.