Uses of Interface
io.vertigo.account.authentication.AuthenticationToken
Packages that use AuthenticationToken
Package
Description
-
Uses of AuthenticationToken in io.vertigo.account.authentication
Methods in io.vertigo.account.authentication with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionAuthenticationManager.login(AuthenticationToken token) Tries and checks to login.booleanAuthenticationToken.match(AuthenticationToken trustedAuthenticationToken) Checks if this User-submitted AuthenticationToken matches the realm trustedAuthenticationToken.AuthenticationManager.tryLoginAccount(AuthenticationToken token) Tries and checks to login. -
Uses of AuthenticationToken in io.vertigo.account.impl.authentication
Classes in io.vertigo.account.impl.authentication that implement AuthenticationTokenModifier and TypeClassDescriptionfinal classfinal classMethods in io.vertigo.account.impl.authentication with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionAuthenticationPlugin.authenticateAccount(AuthenticationToken token) AuthenticationManagerImpl.login(AuthenticationToken token) Tries and checks to login.booleanUsernameAuthenticationToken.match(AuthenticationToken trustedAuthenticationToken) Checks if this User-submitted AuthenticationToken matches the realm trustedAuthenticationToken.booleanUsernamePasswordAuthenticationToken.match(AuthenticationToken trustedAuthenticationToken) Checks if this User-submitted AuthenticationToken matches the realm trustedAuthenticationToken.booleanAuthenticationPlugin.supports(AuthenticationToken token) Convenience implementation that returns getAuthenticationTokenClass().isAssignableFrom( token.getClass() );.AuthenticationManagerImpl.tryLoginAccount(AuthenticationToken token) Tries and checks to login. -
Uses of AuthenticationToken in io.vertigo.account.plugins.authentication.ldap
Methods in io.vertigo.account.plugins.authentication.ldap with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionLdapAuthenticationPlugin.authenticateAccount(AuthenticationToken token) booleanLdapAuthenticationPlugin.supports(AuthenticationToken token) Convenience implementation that returns getAuthenticationTokenClass().isAssignableFrom( token.getClass() );. -
Uses of AuthenticationToken in io.vertigo.account.plugins.authentication.mock
Methods in io.vertigo.account.plugins.authentication.mock with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionMockAuthenticationPlugin.authenticateAccount(AuthenticationToken token) booleanMockAuthenticationPlugin.supports(AuthenticationToken token) Convenience implementation that returns getAuthenticationTokenClass().isAssignableFrom( token.getClass() );. -
Uses of AuthenticationToken in io.vertigo.account.plugins.authentication.store
Methods in io.vertigo.account.plugins.authentication.store with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionStoreAuthenticationPlugin.authenticateAccount(AuthenticationToken token) booleanStoreAuthenticationPlugin.supports(AuthenticationToken token) Convenience implementation that returns getAuthenticationTokenClass().isAssignableFrom( token.getClass() );. -
Uses of AuthenticationToken in io.vertigo.account.plugins.authentication.text
Methods in io.vertigo.account.plugins.authentication.text with parameters of type AuthenticationTokenModifier and TypeMethodDescriptionTextAuthenticationPlugin.authenticateAccount(AuthenticationToken token) booleanTextAuthenticationPlugin.supports(AuthenticationToken token) Convenience implementation that returns getAuthenticationTokenClass().isAssignableFrom( token.getClass() );.