public enum AspspScaApproach extends Enum<AspspScaApproach>
| Enum Constant and Description |
|---|
DECOUPLED |
EMBEDDED |
OAUTH |
REDIRECT |
| Modifier and Type | Method and Description |
|---|---|
static AspspScaApproach |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AspspScaApproach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AspspScaApproach EMBEDDED
public static final AspspScaApproach REDIRECT
public static final AspspScaApproach DECOUPLED
public static final AspspScaApproach OAUTH
public static AspspScaApproach[] values()
for (AspspScaApproach c : AspspScaApproach.values()) System.out.println(c);
public static AspspScaApproach 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 © 2021. All rights reserved.