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