Uses of Class
org.wildfly.security.authz.SimplePermissionMapper.Builder
Packages that use SimplePermissionMapper.Builder
-
Uses of SimplePermissionMapper.Builder in org.wildfly.security.authz
Methods in org.wildfly.security.authz that return SimplePermissionMapper.BuilderModifier and TypeMethodDescriptionSimplePermissionMapper.Builder.addMapping(Set<String> principals, Set<String> roles, PermissionVerifier permissionVerifier) Add a new mapping to aPermissionVerifier, if thePermissionMappablebeing mapped has a principal name that is in theSetof principals or of any of the assigned roles are matched this mapping will be a match.SimplePermissionMapper.Builder.addMatchAllPrincipals(PermissionVerifier permissionVerifier) Add a new mapping to aPermissionVerifier, if thePermissionMappablebeing mapped has a principal or any of the assigned roles are matched this mapping will be a match.SimplePermissionMapper.builder()Construct a newSimplePermissionMapper.Builderfor creating thePermissionMapper.SimplePermissionMapper.Builder.setMappingMode(SimplePermissionMapper.MappingMode mappingMode) Set the mapping mode that the newly createdPermissionMappershould use.