Class STSConstants

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

public final class STSConstants extends Object
  • Field Details

    • WST_NS_05_12

      public static final String WST_NS_05_12
      WS-Trust 1.3 namespace
      See Also:
    • WST_NS_08_02

      public static final String WST_NS_08_02
      WS-Trust 1.4 namespace
      See Also:
    • IDT_NS_05_05

      public static final String IDT_NS_05_05
      Identity namespace
      See Also:
    • WSSE_EXT_04_01

      public static final String WSSE_EXT_04_01
      WS-Security extension namespace
      See Also:
    • WS_UTIL_03_06

      public static final String WS_UTIL_03_06
      WS-Security utility namespace
      See Also:
    • ASYMMETRIC_KEY_TYPE

      public static final String ASYMMETRIC_KEY_TYPE
      Asymmetric key type (attribute of BinarySecret)
      See Also:
    • SYMMETRIC_KEY_TYPE

      public static final String SYMMETRIC_KEY_TYPE
      Symmetric key type (attribute of BinarySecret)
      See Also:
    • NONCE_TYPE

      public static final String NONCE_TYPE
      Nonce key type (attribute of BinarySecret)
      See Also:
    • WSP_NS

      public static final String WSP_NS
      WS-Policy namespace
      See Also:
    • WSP_NS_04

      public static final String WSP_NS_04
      WS-Policy 2004 namespace
      See Also:
    • WSP_NS_06

      public static final String WSP_NS_06
      WS-Policy 2006 namespace (deprecated)
      See Also:
    • WSA_NS_05

      public static final String WSA_NS_05
      WS-Addressing 2005 namespace
      See Also:
    • SYMMETRIC_KEY_KEYTYPE

      public static final String SYMMETRIC_KEY_KEYTYPE
      Symmetric key (KeyType value)
      See Also:
    • PUBLIC_KEY_KEYTYPE

      public static final String PUBLIC_KEY_KEYTYPE
      Public key (KeyType value)
      See Also:
    • BEARER_KEY_KEYTYPE

      public static final String BEARER_KEY_KEYTYPE
      Bearer key (KeyType value)
      See Also:
    • COMPUTED_KEY_PSHA1

      public static final String COMPUTED_KEY_PSHA1
      ComputedKey P-SHA1 URI
      See Also:
    • STATUS

      public static final String STATUS
      Status TokenType
      See Also:
    • VALID_CODE

      public static final String VALID_CODE
      Valid Status Code
      See Also:
    • INVALID_CODE

      public static final String INVALID_CODE
      Invalid Status Code
      See Also:
    • VALID_REASON

      public static final String VALID_REASON
      Valid Status Reason
      See Also:
    • INVALID_REASON

      public static final String INVALID_REASON
      Invalid Status Reason
      See Also:
    • TOKEN_REALM

      public static final String TOKEN_REALM
      Constant to store the realms in cached Security Token properties.
      See Also:
    • 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:
    • 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:
    • 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: