Uses of Interface
org.wildfly.security.authz.PermissionMapper
Packages that use PermissionMapper
Package
Description
Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of PermissionMapper in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type PermissionMapperModifier and TypeMethodDescriptionSecurityDomain.Builder.setPermissionMapper(PermissionMapper permissionMapper) Set the permission mapper for this security domain, which will be used to obtain and map permissions based on the identities from this security domain. -
Uses of PermissionMapper in org.wildfly.security.authz
Classes in org.wildfly.security.authz that implement PermissionMapperModifier and TypeClassDescriptionclassA simplePermissionMapperimplementation that maps to pre-definedPermissionVerifierinstances.Fields in org.wildfly.security.authz declared as PermissionMapperModifier and TypeFieldDescriptionstatic final PermissionMapperPermissionMapper.EMPTY_PERMISSION_MAPPERA default implementation that does nothing but returns an empty and read-onlyPermissionVerifier.Methods in org.wildfly.security.authz that return PermissionMapperModifier and TypeMethodDescriptiondefault PermissionMapperPermissionMapper.and(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'and'.SimplePermissionMapper.Builder.build()Build and return the resultingPermissionMapper.static PermissionMapperPermissionMapper.createConstant(PermissionVerifier verifier) Returns a new mapper that maps all to pre-definedPermissionVerifierinstance.default PermissionMapperPermissionMapper.or(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'or'.default PermissionMapperPermissionMapper.unless(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'unless'.default PermissionMapperPermissionMapper.xor(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'xor'.Methods in org.wildfly.security.authz with parameters of type PermissionMapperModifier and TypeMethodDescriptiondefault PermissionMapperPermissionMapper.and(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'and'.default PermissionMapperPermissionMapper.or(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'or'.default PermissionMapperPermissionMapper.unless(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'unless'.default PermissionMapperPermissionMapper.xor(PermissionMapper other) Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'xor'.