Uses of Interface
io.vertigo.account.impl.authentication.AuthenticationPlugin
-
-
Uses of AuthenticationPlugin in io.vertigo.account.impl.authentication
Constructor parameters in io.vertigo.account.impl.authentication with type arguments of type AuthenticationPlugin Constructor Description AuthenticationManagerImpl(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 AuthenticationPlugin Modifier and Type Class Description class
LdapAuthenticationPlugin
LDAP impl of Authentification. -
Uses of AuthenticationPlugin in io.vertigo.account.plugins.authentication.mock
Classes in io.vertigo.account.plugins.authentication.mock that implement AuthenticationPlugin Modifier and Type Class Description class
MockAuthenticationPlugin
A 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 AuthenticationPlugin Modifier and Type Class Description class
StoreAuthenticationPlugin
A 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 AuthenticationPlugin Modifier and Type Class Description class
TextAuthenticationPlugin
A simple implementation of the Realm interface that uses a set of configured user accounts and roles to support authentication and authorization.
-