Uses of Interface
io.vertigo.account.impl.authentication.AuthenticationPlugin
Packages that use AuthenticationPlugin
Package
Description
-
Uses of AuthenticationPlugin in io.vertigo.account.impl.authentication
Constructor parameters in io.vertigo.account.impl.authentication with type arguments of type AuthenticationPluginModifierConstructorDescriptionAuthenticationManagerImpl(AccountManager accountManager, VSecurityManager securityManager, List<AuthenticationPlugin> authenticationPlugins) Constructor. -
Uses of AuthenticationPlugin in io.vertigo.account.plugins.authentication.ldap
Classes in io.vertigo.account.plugins.authentication.ldap that implement AuthenticationPluginModifier and TypeClassDescriptionfinal classLDAP impl of Authentification. -
Uses of AuthenticationPlugin in io.vertigo.account.plugins.authentication.mock
Classes in io.vertigo.account.plugins.authentication.mock that implement AuthenticationPluginModifier and TypeClassDescriptionclassA mock implementation of the Realm. -
Uses of AuthenticationPlugin in io.vertigo.account.plugins.authentication.store
Classes in io.vertigo.account.plugins.authentication.store that implement AuthenticationPluginModifier and TypeClassDescriptionclassA Store implementation of the Realm interface that -
Uses of AuthenticationPlugin in io.vertigo.account.plugins.authentication.text
Classes in io.vertigo.account.plugins.authentication.text that implement AuthenticationPluginModifier and TypeClassDescriptionclassA simple implementation of the Realm interface that uses a set of configured user accounts and roles to support authentication and authorization.