| Modifier and Type | Method and Description |
|---|---|
static Authenticator<AccountCredentialsToken> |
Account.authenticator(Account.AccountProvider accountProvider)
Build an
Authenticator using Account.AccountProvider to load Account data and accepting
AccountCredentialsToken as credentials. |
static Authenticator<AccountCredentialsToken> |
Account.authenticator(Account.AccountProvider accountProvider,
CredentialsContainer.CredentialsMatcher credentialsMatcher)
Build an
Authenticator using Account.AccountProvider to load Account data and accepting
AccountCredentialsToken as credentials. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AccountCredentialsToken> |
AccountAuthenticator.getTokenType() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AccountAuthenticator.authenticate(AccountCredentialsToken authenticationToken) |
| Modifier and Type | Method and Description |
|---|---|
static AccountCredentialsToken |
AccountCredentialsToken.create(String accountId,
byte[] secret)
Create a new
AccountCredentialsToken with given account id and secret. |
static AccountCredentialsToken |
AccountCredentialsToken.create(String accountId,
String secret)
Create a new
AccountCredentialsToken with given account id and secret. |
| Modifier and Type | Method and Description |
|---|---|
static Authenticator<AccountCredentialsToken> |
SpringSecurity.accountCredentialsAuthenticator(org.springframework.security.authentication.AuthenticationManager authenticationManager)
Create an
Authenticator for the default AccountCredentialsToken, using the Spring Security
AuthenticationManager to perform the authentication operations. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AccountCredentialsToken> |
AccountCredentialsAuthenticationManagerAuthenticator.getTokenType() |
Copyright © 2019 The Holon Platform. All rights reserved.