Interface | Description |
---|---|
Attributes |
A collection of string attributes.
|
Attributes.Entry |
The entry collection for a mapping.
|
Attributes.SetEntry |
The entry collection for a mapping whose values are a distinct set.
|
AuthorizationIdentity |
A realm's authorization identity.
|
PermissionMappable |
An entity to which permissions can be mapped.
|
PermissionMapper |
A permission mapper is responsible to enable permission mapping to a
SecurityDomain
in order to obtain and check permissions based on an previously authorized identity and any other authorization information (eg.: roles)
associated with it. |
RoleDecoder |
A decoder to extract role information from an identity's attributes.
|
RoleMapper |
A role mapper is responsible for mapping roles based on their raw form.
|
Roles |
A collection of roles.
|
Class | Description |
---|---|
MapAttributes |
A map-backed attributes collection.
|
MappedRoleMapper |
A simple mapping role mapper.
|
MappedRoleMapper.Builder |
A builder for map backed role mappers.
|
SimpleAttributesEntry |
An implementation of
Attributes.Entry which can be used by implementations of Attributes . |
SimplePermissionMapper |
A simple
PermissionMapper implementation that maps to pre-defined PermissionVerifier instances. |
SimplePermissionMapper.Builder |
A builder for simple permission mappers.
|
Enum | Description |
---|---|
SimplePermissionMapper.MappingMode |
Mode defining behaviour when multiple mappings are found.
|
Exception | Description |
---|---|
AuthorizationCheckException |
An exception indicating that an identity authorization check has failed.
|
AuthorizationException |
A general authorization exception.
|
AuthorizationFailureException |
An exception indicating that an authorization check failed for reasons not related to the actual authorization of
the identity.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.