Uses of Interface
org.wildfly.security.authz.PermissionMapper
- 
Packages that use PermissionMapper Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.authz Elytron's Authorization API - 
- 
Uses of PermissionMapper in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as PermissionMapper Modifier and Type Field Description private PermissionMapperSecurityDomain.Builder. permissionMapperprivate PermissionMapperSecurityDomain. permissionMapperMethods in org.wildfly.security.auth.server with parameters of type PermissionMapper Modifier and Type Method Description SecurityDomain.BuilderSecurityDomain.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 PermissionMapper Modifier and Type Class Description classSimplePermissionMapperA simplePermissionMapperimplementation that maps to pre-definedPermissionVerifierinstances.Fields in org.wildfly.security.authz declared as PermissionMapper Modifier and Type Field Description static PermissionMapperPermissionMapper. EMPTY_PERMISSION_MAPPERA default implementation that does nothing but returns an empty and read-onlyPermissionVerifier.Methods in org.wildfly.security.authz that return PermissionMapper Modifier and Type Method Description default PermissionMapperPermissionMapper. and(PermissionMapper other)Returns a new mapper where thePermissionVerifiercreated by thisPermissionMapperis combined with thePermissionVerifierof theotherPermissionMapperusing 'and'.PermissionMapperSimplePermissionMapper.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 PermissionMapper Modifier and Type Method Description default 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'. 
 -