| Interface | Description |
|---|---|
| AccountPrincipal |
An interfaces to be implemented by a
Principal that represents the account used for authentication. |
| CoreSecurityMessages |
This module is using message IDs in the range 20900-20999.
|
| GroupPrincipal |
An interfaces to be implemented by
Principal instances that represent group membership. |
| RealmPrincipal |
An interfaces to be implemented by all
Principal instances that are also associated with a realm. |
| RolePrincipal |
An interfaces to be implemented by
Principal instances that represent role assignment. |
| ServerSecurityManager |
Interface to the servers security manager implementation.
|
| SubjectUserInfo |
A UserInfo definition that also allows for a Subject to be returned.
|
| UniqueIdUserInfo |
An interface to be implement by UserInfo implementations where a unique identifier
is needed to represent that UserInfo.
|
| Class | Description |
|---|---|
| RealmGroup |
A
Principal used to represent an authenticated identities group membership. |
| RealmRole |
A
Principal used to represent an authenticated identities role assignment. |
| RealmSubjectUserInfo |
Internal use only
|
| RealmUser |
The Principal used to represent the name of an authenticated user.
|
| SecurityRealmPrincipal |
Base class for Principals defined for security realms.
|
| SimplePrincipal |
A simple
Principal implementation where categorising the Principal is not important. |
| Enum | Description |
|---|---|
| AccessMechanism |
An enumeration representing the mechanism used to submit a request to the server.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.