Uses of Enum
org.wildfly.security.authz.SimplePermissionMapper.MappingMode
Packages that use SimplePermissionMapper.MappingMode
-
Uses of SimplePermissionMapper.MappingMode in org.wildfly.security.authz
Subclasses with type arguments of type SimplePermissionMapper.MappingMode in org.wildfly.security.authzModifier and TypeClassDescriptionstatic enumMode defining behaviour when multiple mappings are found.Methods in org.wildfly.security.authz that return SimplePermissionMapper.MappingModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SimplePermissionMapper.MappingMode[]SimplePermissionMapper.MappingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.authz with parameters of type SimplePermissionMapper.MappingModeModifier and TypeMethodDescriptionSimplePermissionMapper.Builder.setMappingMode(SimplePermissionMapper.MappingMode mappingMode) Set the mapping mode that the newly createdPermissionMappershould use.