public class AccountCredentialsAuthenticationManagerAuthenticator extends AbstractAuthenticationManagerAuthenticator<AccountCredentialsToken>
Authenticator bound to the default AccountCredentialsToken which uses Spring Security
AuthenticationManager to perform the authentication operations.Authenticator.MessageAuthenticator| Constructor and Description |
|---|
AccountCredentialsAuthenticationManagerAuthenticator(org.springframework.security.authentication.AuthenticationManager authenticationManager)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AccountCredentialsToken> |
getTokenType()
Get supported
AuthenticationToken type |
static byte[] |
toBytes(Object o)
Convert the given Object into a byte array.
|
authenticateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic AccountCredentialsAuthenticationManagerAuthenticator(org.springframework.security.authentication.AuthenticationManager authenticationManager)
authenticationManager - Spring Security AuthenticationManager (not null)public Class<? extends AccountCredentialsToken> getTokenType()
AuthenticatorAuthenticationToken typeAuthenticationToken typepublic static byte[] toBytes(Object o)
o - the Object to convert into a byte arraynull if the object was nullCopyright © 2019 The Holon Platform. All rights reserved.