public static enum WSSecurityException.ErrorCode extends Enum<WSSecurityException.ErrorCode>
Enum Constant and Description |
---|
FAILED_AUTHENTICATION |
FAILED_CHECK |
FAILED_ENCRYPTION |
FAILED_SIGNATURE |
FAILURE |
INVALID_SECURITY |
INVALID_SECURITY_TOKEN |
MESSAGE_EXPIRED |
SECURITY_ERROR |
SECURITY_TOKEN_UNAVAILABLE |
UNSUPPORTED_ALGORITHM |
UNSUPPORTED_SECURITY_TOKEN |
Modifier and Type | Method and Description |
---|---|
QName |
getQName() |
static WSSecurityException.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSSecurityException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSSecurityException.ErrorCode FAILURE
public static final WSSecurityException.ErrorCode UNSUPPORTED_SECURITY_TOKEN
public static final WSSecurityException.ErrorCode UNSUPPORTED_ALGORITHM
public static final WSSecurityException.ErrorCode INVALID_SECURITY
public static final WSSecurityException.ErrorCode INVALID_SECURITY_TOKEN
public static final WSSecurityException.ErrorCode FAILED_AUTHENTICATION
public static final WSSecurityException.ErrorCode FAILED_CHECK
public static final WSSecurityException.ErrorCode SECURITY_TOKEN_UNAVAILABLE
public static final WSSecurityException.ErrorCode MESSAGE_EXPIRED
public static final WSSecurityException.ErrorCode FAILED_ENCRYPTION
public static final WSSecurityException.ErrorCode FAILED_SIGNATURE
public static final WSSecurityException.ErrorCode SECURITY_ERROR
public static WSSecurityException.ErrorCode[] values()
for (WSSecurityException.ErrorCode c : WSSecurityException.ErrorCode.values()) System.out.println(c);
public static WSSecurityException.ErrorCode 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 QName getQName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.