@Generated(value="jsonschema2pojo") public enum AuthorizationPolicyAction extends Enum<AuthorizationPolicyAction>
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationPolicyAction |
fromValue(Object value) |
static AuthorizationPolicyAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationPolicyAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorizationPolicyAction ALLOW
public static final AuthorizationPolicyAction DENY
public static final AuthorizationPolicyAction AUDIT
public static final AuthorizationPolicyAction CUSTOM
public static AuthorizationPolicyAction[] values()
for (AuthorizationPolicyAction c : AuthorizationPolicyAction.values()) System.out.println(c);
public static AuthorizationPolicyAction 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 nullpublic static AuthorizationPolicyAction fromValue(Object value)
Copyright © 2015–2023 Red Hat. All rights reserved.