| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.internal |
| Modifier and Type | Method and Description |
|---|---|
static CredentialsContainer.CredentialsMatcher |
CredentialsContainer.defaultMatcher()
Build the default CredentialsMatcher
|
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
DefaultCredentialsMatcher
Default
CredentialsContainer.CredentialsMatcher implementation that employs best-practices and common behaviours to perform
credentials validation and matching. |
| Modifier and Type | Method and Description |
|---|---|
CredentialsContainer.CredentialsMatcher |
AccountAuthenticator.getCredentialsMatcher()
CredentialsMatcher to use for AuthenticationToken credentials validation
|
| Constructor and Description |
|---|
AccountAuthenticator(Account.AccountProvider accountService,
CredentialsContainer.CredentialsMatcher credentialsMatcher)
Constructor
|
Copyright © 2019 The Holon Platform. All rights reserved.