| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.internal |
| 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 |
|---|---|
Account.AccountProvider |
AccountAuthenticator.getAccountService()
Account service to load
Account data |
| Constructor and Description |
|---|
AccountAuthenticator(Account.AccountProvider accountService)
Constructor using default
CredentialsContainer.CredentialsMatcher |
AccountAuthenticator(Account.AccountProvider accountService,
CredentialsContainer.CredentialsMatcher credentialsMatcher)
Constructor
|
Copyright © 2019 The Holon Platform. All rights reserved.