| 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 |
DefaultAccount
Default
Account implementation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCredentialsMatcher.credentialsMatch(CredentialsContainer provided,
CredentialsContainer stored) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountCredentialsToken
Basic
AuthenticationToken to represent a generic account authentication. |
class |
BearerAuthenticationToken
AuthenticationToken representing a Bearer authententication token. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringSecurityAuthenticationToken
An
AuthenticationToken which uses a Spring Security Authentication as authentication principal and
credentials provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpringSecurityAuthenticationToken
Default
SpringSecurityAuthenticationToken implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.