Package org.apache.cxf.sts
Class STSConstants
java.lang.Object
org.apache.cxf.sts.STSConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAsymmetric key type (attribute of BinarySecret)static final StringBearer key (KeyType value)static final StringComputedKey P-SHA1 URIstatic final StringIdentity namespacestatic final StringInvalid Status Codestatic final StringInvalid Status Reasonstatic final StringNonce key type (attribute of BinarySecret)static final StringPublic key (KeyType value)static final StringStatus TokenTypestatic final StringSymmetric key (KeyType value)static final StringSymmetric key type (attribute of BinarySecret)static final StringConstant to store the realms in cached Security Token properties.static final StringConstant to store whether the token is allowed to be renewed or not in the cached Security Token properties.static final StringConstant to store whether the token is allowed to be renewed after it has expired or not in the cached Security Token properties.static final StringConstant to specify service endpoint as certificate alias for encryption.static final StringValid Status Codestatic final StringValid Status Reasonstatic final StringWS-Security utility namespacestatic final StringWS-Addressing 2005 namespacestatic final StringWS-Policy namespacestatic final StringWS-Policy 2004 namespacestatic final StringWS-Policy 2006 namespace (deprecated)static final StringWS-Security extension namespacestatic final StringWS-Trust 1.3 namespacestatic final StringWS-Trust 1.4 namespace -
Method Summary
-
Field Details
-
WST_NS_05_12
WS-Trust 1.3 namespace- See Also:
-
WST_NS_08_02
WS-Trust 1.4 namespace- See Also:
-
IDT_NS_05_05
Identity namespace- See Also:
-
WSSE_EXT_04_01
WS-Security extension namespace- See Also:
-
WS_UTIL_03_06
WS-Security utility namespace- See Also:
-
ASYMMETRIC_KEY_TYPE
Asymmetric key type (attribute of BinarySecret)- See Also:
-
SYMMETRIC_KEY_TYPE
Symmetric key type (attribute of BinarySecret)- See Also:
-
NONCE_TYPE
Nonce key type (attribute of BinarySecret)- See Also:
-
WSP_NS
WS-Policy namespace- See Also:
-
WSP_NS_04
WS-Policy 2004 namespace- See Also:
-
WSP_NS_06
WS-Policy 2006 namespace (deprecated)- See Also:
-
WSA_NS_05
WS-Addressing 2005 namespace- See Also:
-
SYMMETRIC_KEY_KEYTYPE
Symmetric key (KeyType value)- See Also:
-
PUBLIC_KEY_KEYTYPE
Public key (KeyType value)- See Also:
-
BEARER_KEY_KEYTYPE
Bearer key (KeyType value)- See Also:
-
COMPUTED_KEY_PSHA1
ComputedKey P-SHA1 URI- See Also:
-
STATUS
Status TokenType- See Also:
-
VALID_CODE
Valid Status Code- See Also:
-
INVALID_CODE
Invalid Status Code- See Also:
-
VALID_REASON
Valid Status Reason- See Also:
-
INVALID_REASON
Invalid Status Reason- See Also:
-
TOKEN_REALM
Constant to store the realms in cached Security Token properties.- See Also:
-
TOKEN_RENEWING_ALLOW
Constant to store whether the token is allowed to be renewed or not in the cached Security Token properties.- See Also:
-
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:
-
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:
-