| Interface | Description |
|---|---|
| AccountPrincipal |
An interfaces to be implemented by a
Principal that represents the account used for authentication. |
| 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.
|
| Class | Description |
|---|---|
| RealmGroup |
A
Principal used to represent an authenticated identities group membership. |
| RealmRole |
A
Principal used to represent an authenticated identities role assignment. |
| 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. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.