Package org.apache.cxf.sts
Class STSConstants
- java.lang.Object
-
- org.apache.cxf.sts.STSConstants
-
public final class STSConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringASYMMETRIC_KEY_TYPEAsymmetric key type (attribute of BinarySecret)static StringBEARER_KEY_KEYTYPEBearer key (KeyType value)static StringCOMPUTED_KEY_PSHA1ComputedKey P-SHA1 URIstatic StringIDT_NS_05_05Identity namespacestatic StringINVALID_CODEInvalid Status Codestatic StringINVALID_REASONInvalid Status Reasonstatic StringNONCE_TYPENonce key type (attribute of BinarySecret)static StringPUBLIC_KEY_KEYTYPEPublic key (KeyType value)static StringSTATUSStatus TokenTypestatic StringSYMMETRIC_KEY_KEYTYPESymmetric key (KeyType value)static StringSYMMETRIC_KEY_TYPESymmetric key type (attribute of BinarySecret)static StringTOKEN_REALMConstant to store the realms in cached Security Token properties.static StringTOKEN_RENEWING_ALLOWConstant to store whether the token is allowed to be renewed or not in the cached Security Token properties.static StringTOKEN_RENEWING_ALLOW_AFTER_EXPIRYConstant to store whether the token is allowed to be renewed after it has expired or not in the cached Security Token properties.static StringUSE_ENDPOINT_AS_CERT_ALIASConstant to specify service endpoint as certificate alias for encryption.static StringVALID_CODEValid Status Codestatic StringVALID_REASONValid Status Reasonstatic StringWS_UTIL_03_06WS-Security utility namespacestatic StringWSA_NS_05WS-Addressing 2005 namespacestatic StringWSP_NSWS-Policy namespacestatic StringWSP_NS_04WS-Policy 2004 namespacestatic StringWSP_NS_06WS-Policy 2006 namespace (deprecated)static StringWSSE_EXT_04_01WS-Security extension namespacestatic StringWST_NS_05_12WS-Trust 1.3 namespacestatic StringWST_NS_08_02WS-Trust 1.4 namespace
-
-
-
Field Detail
-
WST_NS_05_12
public static final String WST_NS_05_12
WS-Trust 1.3 namespace- See Also:
- Constant Field Values
-
WST_NS_08_02
public static final String WST_NS_08_02
WS-Trust 1.4 namespace- See Also:
- Constant Field Values
-
IDT_NS_05_05
public static final String IDT_NS_05_05
Identity namespace- See Also:
- Constant Field Values
-
WSSE_EXT_04_01
public static final String WSSE_EXT_04_01
WS-Security extension namespace- See Also:
- Constant Field Values
-
WS_UTIL_03_06
public static final String WS_UTIL_03_06
WS-Security utility namespace- See Also:
- Constant Field Values
-
ASYMMETRIC_KEY_TYPE
public static final String ASYMMETRIC_KEY_TYPE
Asymmetric key type (attribute of BinarySecret)- See Also:
- Constant Field Values
-
SYMMETRIC_KEY_TYPE
public static final String SYMMETRIC_KEY_TYPE
Symmetric key type (attribute of BinarySecret)- See Also:
- Constant Field Values
-
NONCE_TYPE
public static final String NONCE_TYPE
Nonce key type (attribute of BinarySecret)- See Also:
- Constant Field Values
-
WSP_NS
public static final String WSP_NS
WS-Policy namespace- See Also:
- Constant Field Values
-
WSP_NS_04
public static final String WSP_NS_04
WS-Policy 2004 namespace- See Also:
- Constant Field Values
-
WSP_NS_06
public static final String WSP_NS_06
WS-Policy 2006 namespace (deprecated)- See Also:
- Constant Field Values
-
WSA_NS_05
public static final String WSA_NS_05
WS-Addressing 2005 namespace- See Also:
- Constant Field Values
-
SYMMETRIC_KEY_KEYTYPE
public static final String SYMMETRIC_KEY_KEYTYPE
Symmetric key (KeyType value)- See Also:
- Constant Field Values
-
PUBLIC_KEY_KEYTYPE
public static final String PUBLIC_KEY_KEYTYPE
Public key (KeyType value)- See Also:
- Constant Field Values
-
BEARER_KEY_KEYTYPE
public static final String BEARER_KEY_KEYTYPE
Bearer key (KeyType value)- See Also:
- Constant Field Values
-
COMPUTED_KEY_PSHA1
public static final String COMPUTED_KEY_PSHA1
ComputedKey P-SHA1 URI- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
Status TokenType- See Also:
- Constant Field Values
-
VALID_CODE
public static final String VALID_CODE
Valid Status Code- See Also:
- Constant Field Values
-
INVALID_CODE
public static final String INVALID_CODE
Invalid Status Code- See Also:
- Constant Field Values
-
VALID_REASON
public static final String VALID_REASON
Valid Status Reason- See Also:
- Constant Field Values
-
INVALID_REASON
public static final String INVALID_REASON
Invalid Status Reason- See Also:
- Constant Field Values
-
TOKEN_REALM
public static final String TOKEN_REALM
Constant to store the realms in cached Security Token properties.- See Also:
- Constant Field Values
-
TOKEN_RENEWING_ALLOW
public static final String TOKEN_RENEWING_ALLOW
Constant to store whether the token is allowed to be renewed or not in the cached Security Token properties.- See Also:
- Constant Field Values
-
TOKEN_RENEWING_ALLOW_AFTER_EXPIRY
public static final String TOKEN_RENEWING_ALLOW_AFTER_EXPIRY
Constant to store whether the token is allowed to be renewed after it has expired or not in the cached Security Token properties.- See Also:
- Constant Field Values
-
USE_ENDPOINT_AS_CERT_ALIAS
public static final String USE_ENDPOINT_AS_CERT_ALIAS
Constant to specify service endpoint as certificate alias for encryption. Constant is recognized by STS encryption alias is replaced with AppliesTo() address. This address will be used in WSS4J crypto to search service certificate- See Also:
- Constant Field Values
-
-