public enum SsoProfile extends Enum<SsoProfile>
| Enum Constant and Description |
|---|
SAML2_ARTIFACT |
SAML2_POST |
| Modifier and Type | Method and Description |
|---|---|
static SsoProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsoProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsoProfile SAML2_ARTIFACT
public static final SsoProfile SAML2_POST
public static SsoProfile[] values()
for (SsoProfile c : SsoProfile.values()) System.out.println(c);
public static SsoProfile 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 null
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.