public enum SecurityErrorMessageFormat extends Enum<SecurityErrorMessageFormat> implements MessageFormatter
Enum Constant and Description |
---|
DIMENSION_MISSING_MANDATORY_ROLE |
Modifier and Type | Method and Description |
---|---|
String |
getLoggingFormat()
The message format used for logging.
|
String |
getMessageFormat()
The message format used for publishing out of the system, typically in error messages.
|
static SecurityErrorMessageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityErrorMessageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
format, logFormat
public static final SecurityErrorMessageFormat DIMENSION_MISSING_MANDATORY_ROLE
public static SecurityErrorMessageFormat[] values()
for (SecurityErrorMessageFormat c : SecurityErrorMessageFormat.values()) System.out.println(c);
public static SecurityErrorMessageFormat 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 getMessageFormat()
MessageFormatter
getMessageFormat
in interface MessageFormatter
public String getLoggingFormat()
MessageFormatter
getLoggingFormat
in interface MessageFormatter
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.