public static enum BundleMessageSource.Key extends Enum<BundleMessageSource.Key>
| Modifier and Type | Method and Description |
|---|---|
static BundleMessageSource.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleMessageSource.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleMessageSource.Key MALFORMED_SAML_TOKEN
public static final BundleMessageSource.Key INVALID_SAML_TOKEN
public static final BundleMessageSource.Key INVALID_CREDENTIALS
public static final BundleMessageSource.Key INVALID_REQUESTED_TIME_RANGE
public static final BundleMessageSource.Key RENEW_NEEDED
public static final BundleMessageSource.Key POTENITAL_TAMPERING_OF_REQUEST
public static final BundleMessageSource.Key REQUEST_EXPIRED
public static final BundleMessageSource.Key SIGNATURE_VALIDATION_FAULT
public static final BundleMessageSource.Key UNEXPECTED_SERVER_ERROR
public static final BundleMessageSource.Key TIME_SYNCHRONIZATION_ERROR
public static final BundleMessageSource.Key UNEXPECTED_RESPONSE_FORMAT
public static final BundleMessageSource.Key INTERNAL_CLIENT_ERROR
public static final BundleMessageSource.Key BAD_SERVER_SSL_CERTIFICATE
public static final BundleMessageSource.Key FAILED_TO_CONNECT_TO_SERVER
public static final BundleMessageSource.Key ACCOUNT_LOCKED
public static final BundleMessageSource.Key EXPIRED_PASSWORD
public static final BundleMessageSource.Key REQUEST_AFFECTED_BY_TIME_SKEW
public static final BundleMessageSource.Key INVALID_REQUEST
public static final BundleMessageSource.Key PARSER_ERROR
public static final BundleMessageSource.Key FAILED_TO_SIGN_REQUEST
public static BundleMessageSource.Key[] values()
for (BundleMessageSource.Key c : BundleMessageSource.Key.values()) System.out.println(c);
public static BundleMessageSource.Key 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 © 2016. All rights reserved.