Package | Description |
---|---|
org.jboss.as.controller.access.management |
Modifier and Type | Method and Description |
---|---|
static WritableAuthorizerConfiguration.MatchType |
WritableAuthorizerConfiguration.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WritableAuthorizerConfiguration.addRoleMappingPrincipal(String roleName,
AuthorizerConfiguration.PrincipalType principalType,
WritableAuthorizerConfiguration.MatchType matchType,
String name,
String realm,
boolean immediate) |
boolean |
WritableAuthorizerConfiguration.removeRoleMappingPrincipal(String roleName,
AuthorizerConfiguration.PrincipalType principalType,
WritableAuthorizerConfiguration.MatchType matchType,
String name,
String realm) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.