Apache CXF API

org.apache.cxf.sts
Class STSConstants

java.lang.Object
  extended by org.apache.cxf.sts.STSConstants

public final class STSConstants
extends Object


Field Summary
static String ASYMMETRIC_KEY_TYPE
          Asymmetric key type (attribute of BinarySecret)
static String BEARER_KEY_KEYTYPE
          Bearer key (KeyType value)
static String COMPUTED_KEY_PSHA1
          ComputedKey P-SHA1 URI
static String IDT_NS_05_05
          Identity namespace
static String INVALID_CODE
          Invalid Status Code
static String INVALID_REASON
          Invalid Status Reason
static String NONCE_TYPE
          Nonce key type (attribute of BinarySecret)
static String PUBLIC_KEY_KEYTYPE
          Public key (KeyType value)
static String STATUS
          Status TokenType
static String SYMMETRIC_KEY_KEYTYPE
          Symmetric key (KeyType value)
static String SYMMETRIC_KEY_TYPE
          Symmetric key type (attribute of BinarySecret)
static String TOKEN_REALM
          Constant to store the realms in cached Security Token properties.
static String TOKEN_RENEWING_ALLOW
          Constant to store whether the token is allowed to be renewed or not in the cached Security Token properties.
static 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.
static String USE_ENDPOINT_AS_CERT_ALIAS
          Constant to specify service endpoint as certificate alias for encryption.
static String VALID_CODE
          Valid Status Code
static String VALID_REASON
          Valid Status Reason
static String WS_UTIL_03_06
          WS-Security utility namespace
static String WSA_NS_05
          WS-Addressing 2005 namespace
static String WSP_NS
          WS-Policy namespace
static String WSP_NS_04
          WS-Policy 2004 namespace
static String WSSE_EXT_04_01
          WS-Security extension namespace
static String WST_NS_05_12
          WS-Trust 1.3 namespace
static String WST_NS_08_02
          WS-Trust 1.4 namespace
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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

Apache CXF API

Apache CXF