Package | Description |
---|---|
org.jboss.as.controller.access | |
org.jboss.as.controller.access.management |
Modifier and Type | Method and Description |
---|---|
AuthorizerConfiguration.PrincipalType |
AuthorizerConfiguration.MappingPrincipal.getType()
Gets the type of the principal.
|
static AuthorizerConfiguration.PrincipalType |
AuthorizerConfiguration.PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizerConfiguration.PrincipalType[] |
AuthorizerConfiguration.PrincipalType.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) |
AuthorizerConfiguration.MappingPrincipal |
WritableAuthorizerConfiguration.createPrincipal(AuthorizerConfiguration.PrincipalType principalType,
String name,
String realm) |
boolean |
WritableAuthorizerConfiguration.removeRoleMappingPrincipal(String roleName,
AuthorizerConfiguration.PrincipalType principalType,
WritableAuthorizerConfiguration.MatchType matchType,
String name,
String realm) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.