| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.token |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Account
Provides account informations for authentication and authorization.
|
interface |
AuthenticationToken
Represents the token for an authentication request, to be processed by
Authenticator.authenticate(AuthenticationToken) to obtain a valid Authentication for a principal (for
example a user). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CredentialsContainer.CredentialsMatcher.credentialsMatch(CredentialsContainer provided,
CredentialsContainer stored)
Check if provided credentials match the given stored credentials
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountCredentialsToken
Basic
AuthenticationToken to represent a generic account authentication. |
class |
BearerAuthenticationToken
AuthenticationToken representing a Bearer authententication token. |
Copyright © 2017 The Holon Platform. All rights reserved.