Uses of Class
org.jboss.as.controller.access.management.WritableAuthorizerConfiguration.MatchType
-
Packages that use WritableAuthorizerConfiguration.MatchType Package Description org.jboss.as.controller.access.management -
-
Uses of WritableAuthorizerConfiguration.MatchType in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management that return WritableAuthorizerConfiguration.MatchType Modifier and Type Method Description static WritableAuthorizerConfiguration.MatchTypeWritableAuthorizerConfiguration.MatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static WritableAuthorizerConfiguration.MatchType[]WritableAuthorizerConfiguration.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.access.management with parameters of type WritableAuthorizerConfiguration.MatchType Modifier and Type Method Description booleanWritableAuthorizerConfiguration. 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)
-