Uses of Enum Class
org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
Packages that use WritableAuthorizerConfiguration.MatchType
-
Uses of WritableAuthorizerConfiguration.MatchType in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management that return WritableAuthorizerConfiguration.MatchTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WritableAuthorizerConfiguration.MatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.access.management with parameters of type WritableAuthorizerConfiguration.MatchTypeModifier and TypeMethodDescriptionbooleanWritableAuthorizerConfiguration.addRoleMappingPrincipal(String roleName, AuthorizerConfiguration.PrincipalType principalType, WritableAuthorizerConfiguration.MatchType matchType, String name, String realm, boolean immediate) booleanWritableAuthorizerConfiguration.removeRoleMappingPrincipal(String roleName, AuthorizerConfiguration.PrincipalType principalType, WritableAuthorizerConfiguration.MatchType matchType, String name, String realm)