See: Description
| Class | Description |
|---|---|
| AbstractAuthzEntity |
Common authz entity.
|
| AbstractClientUri |
This represents a redirect URL attached to a specific client.
|
| Application |
The application entity, representing an app which uses our system for
authentication.
|
| Application.Deserializer |
Deserialize a reference to an Application.
|
| ApplicationScope |
The application scope, as defined by the user.
|
| ApplicationScope.Deserializer |
Deserialize a reference to an Application.
|
| Authenticator |
An authentication provider, linked to an application, containing
miscellaneous configuration information for this provider.
|
| Authenticator.Deserializer |
Deserialize a reference to an Authenticator.
|
| AuthenticatorState |
This entity describes state data stored while an authorization request has
been passed to the authentication authenticator.
|
| Client |
This represents a registered client, as well as it's connection metadata,
for
a specific application.
|
| Client.Deserializer |
Deserialize a reference to an User.
|
| ClientConfig |
This represents a registered client, as well as it's connection metadata,
for
a specific application.
|
| ClientRedirect |
This represents a redirect URL attached to a specific client.
|
| ClientReferrer |
This represents a referrer URL attached to a specific client.
|
| HttpSession |
This hibernate entity describes an HTTP session that maintains 'refresh
token' references on behalf of the user.
|
| OAuthToken |
This entity represents an OAuth Token, provided to a user, for a specific
application, on a particular client's domain.
|
| OAuthToken.Deserializer |
Deserialize a reference to an OAuthToken.
|
| Role |
The application entity, representing an app which uses our system for
authentication.
|
| Role.Deserializer |
Deserialize a reference to an Role.
|
| User |
The user entity, as persisted to the database.
|
| User.Deserializer |
Deserialize a reference to an User.
|
| UserIdentity |
A user's identity, as provided by authenticators.
|
| UserIdentity.Deserializer |
Deserialize a reference to an User.
|
| Enum | Description |
|---|---|
| ClientType |
Different kinds of client types.
|
| OAuthTokenType |
The different types of OAuth Tokens.
|
Copyright © 2018 krotscheck.net. All rights reserved.