Package | Description |
---|---|
se.litsec.swedisheid.opensaml.saml2.signservice |
SAML support for Signature Services according to the Swedish eID Framework.
|
Modifier and Type | Method and Description |
---|---|
SADValidationException.ErrorCode |
SADValidationException.getErrorCode()
Returns the error code.
|
static SADValidationException.ErrorCode |
SADValidationException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SADValidationException.ErrorCode[] |
SADValidationException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SADValidationException(SADValidationException.ErrorCode errorCode,
String message)
Constructor assigning the error code and error message.
|
SADValidationException(SADValidationException.ErrorCode errorCode,
String message,
Throwable cause)
Constructor assigning the error code, the error message and the cause of the error.
|
Copyright © 2018 Litsec AB. All rights reserved.