public static enum OpenSSOLogger.Message extends Enum<OpenSSOLogger.Message>
Modifier and Type | Method and Description |
---|---|
static OpenSSOLogger.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSSOLogger.Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSSOLogger.Message ATTEMPT_SAVE_APPLICATION
public static final OpenSSOLogger.Message SUCCEEDED_SAVE_APPLICATION
public static final OpenSSOLogger.Message ATTEMPT_REMOVE_APPLICATION
public static final OpenSSOLogger.Message SUCCEEDED_REMOVE_APPLICATION
public static final OpenSSOLogger.Message FAILED_SAVE_APPLICATION
public static final OpenSSOLogger.Message FAILED_REMOVE_APPLICATION
public static final OpenSSOLogger.Message ATTEMPT_SAVE_RESOURCE_TYPE
public static final OpenSSOLogger.Message SUCCEEDED_SAVE_RESOURCE_TYPE
public static final OpenSSOLogger.Message ATTEMPT_REMOVE_RESOURCE_TYPE
public static final OpenSSOLogger.Message SUCCEEDED_REMOVE_RESOURCE_TYPE
public static final OpenSSOLogger.Message FAILED_SAVE_RESOURCE_TYPE
public static final OpenSSOLogger.Message FAILED_REMOVE_RESOURCE_TYPE
public static OpenSSOLogger.Message[] values()
for (OpenSSOLogger.Message c : OpenSSOLogger.Message.values()) System.out.println(c);
public static OpenSSOLogger.Message 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 © 2010–2025 Open Identity Platform Community. All rights reserved.