public static enum MoSAMLException.SAMLErrorCode extends Enum<MoSAMLException.SAMLErrorCode>
| Enum Constant and Description |
|---|
ASSERTION_NOT_SIGNED |
INVALID_AUDIENCE |
INVALID_CERTIFICATE |
INVALID_CONDITIONS |
INVALID_DESTINATION |
INVALID_ISSUER |
INVALID_RECIPIENT |
INVALID_SAML_STATUS |
INVALID_SIGNATURE |
RESPONDER |
RESPONSE_NOT_SIGNED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getResolution() |
static MoSAMLException.SAMLErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoSAMLException.SAMLErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoSAMLException.SAMLErrorCode INVALID_ISSUER
public static final MoSAMLException.SAMLErrorCode INVALID_SIGNATURE
public static final MoSAMLException.SAMLErrorCode INVALID_DESTINATION
public static final MoSAMLException.SAMLErrorCode INVALID_RECIPIENT
public static final MoSAMLException.SAMLErrorCode INVALID_AUDIENCE
public static final MoSAMLException.SAMLErrorCode INVALID_CERTIFICATE
public static final MoSAMLException.SAMLErrorCode RESPONSE_NOT_SIGNED
public static final MoSAMLException.SAMLErrorCode ASSERTION_NOT_SIGNED
public static final MoSAMLException.SAMLErrorCode INVALID_CONDITIONS
public static final MoSAMLException.SAMLErrorCode UNKNOWN
public static final MoSAMLException.SAMLErrorCode INVALID_SAML_STATUS
public static final MoSAMLException.SAMLErrorCode RESPONDER
public static MoSAMLException.SAMLErrorCode[] values()
for (MoSAMLException.SAMLErrorCode c : MoSAMLException.SAMLErrorCode.values()) System.out.println(c);
public static MoSAMLException.SAMLErrorCode 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 getMessage()
public String getResolution()
Copyright © 2016–2022. All rights reserved.