Uses of Package
org.wildfly.security.authz
-
Packages that use org.wildfly.security.authz Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.event org.wildfly.security.authz Elytron's Authorization API -
Classes in org.wildfly.security.authz used by org.wildfly.security.auth.client Class Description Attributes A collection of string attributes.Attributes.Entry The entry collection for a mapping. -
Classes in org.wildfly.security.authz used by org.wildfly.security.auth.server Class Description Attributes A collection of string attributes.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 aSecurityDomain
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. -
Classes in org.wildfly.security.authz used by org.wildfly.security.auth.server.event Class Description AuthorizationIdentity A realm's authorization identity. -
Classes in org.wildfly.security.authz used by org.wildfly.security.authz Class Description Attributes A collection of string attributes.Attributes.Entry The entry collection for a mapping.AuthorizationException A general authorization exception.AuthorizationIdentity A realm's authorization identity.MappedRoleMapper A simple mapping role mapper.MappedRoleMapper.Builder A builder for map backed role mappers.PermissionMappable An entity to which permissions can be mapped.PermissionMapper A permission mapper is responsible to enable permission mapping to aSecurityDomain
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.SimplePermissionMapper.Builder A builder for simple permission mappers.SimplePermissionMapper.MappingMode Mode defining behaviour when multiple mappings are found.