com.sun.xml.ws.security.trust
Class WSTrustConstants

java.lang.Object
  extended by com.sun.xml.ws.security.trust.WSTrustConstants

public class WSTrustConstants
extends Object

Common Constants pertaining to WS-Trust

Author:
WS-Trust Implementation Team

Nested Class Summary
static class WSTrustConstants.STS_PROPERTIES
          List of STS Properties
 
Field Summary
static String AUTHN_CONTEXT_CLASS
           
static String CANCEL_REQUEST
           
static String CK_HASH
          computed key HASH
static String CK_PSHA1
          computed key PSHA1
static String DEFAULT_APPLIESTO
          The default value for AppliesTo if appliesTo is not specified.
static String IS_TRUST_MESSAGE
           
static String ISSUE_REQUEST
          URI for different request types
static String KEY_EXCHANGE_REQUEST
           
static String NO_PROOF_KEY
           
static String OPAQUE_TYPE
           
static String PROPERTY_PORT_NAME
          Property name for the STS port name to be set on the client side
static String PROPERTY_SERVICE_END_POINT
          Property name for the STS end point URL to be set on the client side
static String PROPERTY_SERVICE_NAME
          Property name for the STS service name to be set on the client side
static String PROPERTY_URL
          Property name for the STS WSDL location URL to be set on the client side
static String PUBLIC_KEY
          URI for KeyType
static String RENEW_REQUEST
           
static String REQUEST_SECURITY_TOKEN_ISSUE_ACTION
          Action URIs
static String REQUEST_SECURITY_TOKEN_RESPONSE_ISSUE_ACTION
           
static String SAML_ASSERTION_ELEMENT_IN_RST
           
static String SAML_CONFIRMATION_METHOD
           
static String SAML10_ASSERTION_TOKEN_TYPE
           
static String SAML11_ASSERTION_TOKEN_TYPE
           
static String SAML11_TYPE
           
static String SAML20_ASSERTION_TOKEN_TYPE
           
static String SAML20_WSS_TOKEN_TYPE
           
static String SECURITY_ENVIRONMENT
           
static String STR_TYPE
          Constants denoting type of Elements
static String STS_CALL_BACK_HANDLER
           
static String SYMMETRIC_KEY
           
static String TOKEN_TYPE
           
static String TRUST_ACTION
           
static String USE_KEY_RSA_KEY_PAIR
           
static String USE_KEY_SIGNATURE_ID
           
static String VALIDATE_REQUEST
           
static String WST_NAMESPACE
          the Trust namespace URI
static String WST_PREFIX
          the prefix to use for Trust
static String WST_VERSION
           
 
Constructor Summary
WSTrustConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAML_CONFIRMATION_METHOD

public static final String SAML_CONFIRMATION_METHOD
See Also:
Constant Field Values

USE_KEY_RSA_KEY_PAIR

public static final String USE_KEY_RSA_KEY_PAIR
See Also:
Constant Field Values

USE_KEY_SIGNATURE_ID

public static final String USE_KEY_SIGNATURE_ID
See Also:
Constant Field Values

STS_CALL_BACK_HANDLER

public static final String STS_CALL_BACK_HANDLER
See Also:
Constant Field Values

SAML_ASSERTION_ELEMENT_IN_RST

public static final String SAML_ASSERTION_ELEMENT_IN_RST
See Also:
Constant Field Values

WST_VERSION

public static final String WST_VERSION
See Also:
Constant Field Values

AUTHN_CONTEXT_CLASS

public static final String AUTHN_CONTEXT_CLASS
See Also:
Constant Field Values

SECURITY_ENVIRONMENT

public static final String SECURITY_ENVIRONMENT
See Also:
Constant Field Values

SAML10_ASSERTION_TOKEN_TYPE

public static final String SAML10_ASSERTION_TOKEN_TYPE
See Also:
Constant Field Values

SAML11_ASSERTION_TOKEN_TYPE

public static final String SAML11_ASSERTION_TOKEN_TYPE
See Also:
Constant Field Values

SAML20_ASSERTION_TOKEN_TYPE

public static final String SAML20_ASSERTION_TOKEN_TYPE
See Also:
Constant Field Values

SAML20_WSS_TOKEN_TYPE

public static final String SAML20_WSS_TOKEN_TYPE
See Also:
Constant Field Values

OPAQUE_TYPE

public static final String OPAQUE_TYPE
See Also:
Constant Field Values

SAML11_TYPE

public static final String SAML11_TYPE
See Also:
Constant Field Values

WST_NAMESPACE

public static final String WST_NAMESPACE
the Trust namespace URI

See Also:
Constant Field Values

WST_PREFIX

public static final String WST_PREFIX
the prefix to use for Trust

See Also:
Constant Field Values

ISSUE_REQUEST

public static final String ISSUE_REQUEST
URI for different request types

See Also:
Constant Field Values

RENEW_REQUEST

public static final String RENEW_REQUEST
See Also:
Constant Field Values

CANCEL_REQUEST

public static final String CANCEL_REQUEST
See Also:
Constant Field Values

VALIDATE_REQUEST

public static final String VALIDATE_REQUEST
See Also:
Constant Field Values

KEY_EXCHANGE_REQUEST

public static final String KEY_EXCHANGE_REQUEST
See Also:
Constant Field Values

PUBLIC_KEY

public static final String PUBLIC_KEY
URI for KeyType

See Also:
Constant Field Values

SYMMETRIC_KEY

public static final String SYMMETRIC_KEY
See Also:
Constant Field Values

NO_PROOF_KEY

public static final String NO_PROOF_KEY
See Also:
Constant Field Values

STR_TYPE

public static final String STR_TYPE
Constants denoting type of Elements

See Also:
Constant Field Values

TOKEN_TYPE

public static final String TOKEN_TYPE
See Also:
Constant Field Values

REQUEST_SECURITY_TOKEN_ISSUE_ACTION

public static final String REQUEST_SECURITY_TOKEN_ISSUE_ACTION
Action URIs

See Also:
Constant Field Values

REQUEST_SECURITY_TOKEN_RESPONSE_ISSUE_ACTION

public static final String REQUEST_SECURITY_TOKEN_RESPONSE_ISSUE_ACTION
See Also:
Constant Field Values

CK_PSHA1

public static final String CK_PSHA1
computed key PSHA1

See Also:
Constant Field Values

CK_HASH

public static final String CK_HASH
computed key HASH

See Also:
Constant Field Values

DEFAULT_APPLIESTO

public static final String DEFAULT_APPLIESTO
The default value for AppliesTo if appliesTo is not specified.

See Also:
Constant Field Values

PROPERTY_URL

public static final String PROPERTY_URL
Property name for the STS WSDL location URL to be set on the client side

See Also:
Constant Field Values

PROPERTY_PORT_NAME

public static final String PROPERTY_PORT_NAME
Property name for the STS port name to be set on the client side

See Also:
Constant Field Values

PROPERTY_SERVICE_NAME

public static final String PROPERTY_SERVICE_NAME
Property name for the STS service name to be set on the client side

See Also:
Constant Field Values

PROPERTY_SERVICE_END_POINT

public static final String PROPERTY_SERVICE_END_POINT
Property name for the STS end point URL to be set on the client side

See Also:
Constant Field Values

IS_TRUST_MESSAGE

public static final String IS_TRUST_MESSAGE
See Also:
Constant Field Values

TRUST_ACTION

public static final String TRUST_ACTION
See Also:
Constant Field Values
Constructor Detail

WSTrustConstants

public WSTrustConstants()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.