public static enum WritableAuthorizerConfiguration.MatchType extends Enum<WritableAuthorizerConfiguration.MatchType>
Caller
to AuthorizerConfiguration.RoleMapping
mapping.Enum Constant and Description |
---|
EXCLUDE
Any exclusive match, where a match precludes mapping a
Caller to a AuthorizerConfiguration.RoleMapping |
INCLUDE
Any inclusive match, where a match allows mapping a
Caller to a AuthorizerConfiguration.RoleMapping |
Modifier and Type | Method and Description |
---|---|
static WritableAuthorizerConfiguration.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritableAuthorizerConfiguration.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WritableAuthorizerConfiguration.MatchType EXCLUDE
Caller
to a AuthorizerConfiguration.RoleMapping
public static final WritableAuthorizerConfiguration.MatchType INCLUDE
Caller
to a AuthorizerConfiguration.RoleMapping
public static WritableAuthorizerConfiguration.MatchType[] values()
for (WritableAuthorizerConfiguration.MatchType c : WritableAuthorizerConfiguration.MatchType.values()) System.out.println(c);
public static WritableAuthorizerConfiguration.MatchType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 JBoss by Red Hat. All rights reserved.