| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.token | |
| com.holonplatform.spring.security |
| 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 |
|---|---|
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. |
Copyright © 2019 The Holon Platform. All rights reserved.