public enum RuleInterceptorSupportedDestination extends Enum<RuleInterceptorSupportedDestination>
Rule.destination(). Used to describe whether a
Rule supports being configured for a Site, an Agent, or both. Site also implies Sideband destination support.| Modifier and Type | Method and Description |
|---|---|
static RuleInterceptorSupportedDestination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleInterceptorSupportedDestination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleInterceptorSupportedDestination Site
public static final RuleInterceptorSupportedDestination Agent
public static RuleInterceptorSupportedDestination[] values()
for (RuleInterceptorSupportedDestination c : RuleInterceptorSupportedDestination.values()) System.out.println(c);
public static RuleInterceptorSupportedDestination 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 Ping Identity Corp. All rights reserved.