Apache CXF API

org.apache.cxf.ws.security
Class SecurityConstants

java.lang.Object
  extended by org.apache.cxf.ws.security.SecurityConstants

public final class SecurityConstants
extends java.lang.Object


Field Summary
static java.util.Set<java.lang.String> ALL_PROPERTIES
           
static java.lang.String CALLBACK_HANDLER
           
static java.lang.String ENCRYPT_CRYPTO
           
static java.lang.String ENCRYPT_PROPERTIES
           
static java.lang.String ENCRYPT_USERNAME
           
static java.lang.String PASSWORD
           
static java.lang.String SIGNATURE_CRYPTO
           
static java.lang.String SIGNATURE_PROPERTIES
           
static java.lang.String SIGNATURE_USERNAME
           
static java.lang.String STS_CLIENT
           
static java.lang.String STS_TOKEN_CRYPTO
          WCF's trust server sometimes will encrypt the token in the response IN ADDITION TO the full security on the message.
static java.lang.String STS_TOKEN_DO_CANCEL
           
static java.lang.String STS_TOKEN_PROPERTIES
           
static java.lang.String STS_TOKEN_USERNAME
           
static java.lang.String TOKEN
           
static java.lang.String TOKEN_ID
           
static java.lang.String USERNAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final java.lang.String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values

CALLBACK_HANDLER

public static final java.lang.String CALLBACK_HANDLER
See Also:
Constant Field Values

SIGNATURE_USERNAME

public static final java.lang.String SIGNATURE_USERNAME
See Also:
Constant Field Values

SIGNATURE_PROPERTIES

public static final java.lang.String SIGNATURE_PROPERTIES
See Also:
Constant Field Values

ENCRYPT_USERNAME

public static final java.lang.String ENCRYPT_USERNAME
See Also:
Constant Field Values

ENCRYPT_PROPERTIES

public static final java.lang.String ENCRYPT_PROPERTIES
See Also:
Constant Field Values

SIGNATURE_CRYPTO

public static final java.lang.String SIGNATURE_CRYPTO
See Also:
Constant Field Values

ENCRYPT_CRYPTO

public static final java.lang.String ENCRYPT_CRYPTO
See Also:
Constant Field Values

TOKEN

public static final java.lang.String TOKEN
See Also:
Constant Field Values

TOKEN_ID

public static final java.lang.String TOKEN_ID
See Also:
Constant Field Values

STS_CLIENT

public static final java.lang.String STS_CLIENT
See Also:
Constant Field Values

STS_TOKEN_CRYPTO

public static final java.lang.String STS_TOKEN_CRYPTO
WCF's trust server sometimes will encrypt the token in the response IN ADDITION TO the full security on the message. These properties control the way the STS client will decrypt the EncryptedData elements in the response These are also used by the STSClient to send/process any RSA/DSAKeyValue tokens used if the KeyType is "PublicKey"

See Also:
Constant Field Values

STS_TOKEN_PROPERTIES

public static final java.lang.String STS_TOKEN_PROPERTIES
See Also:
Constant Field Values

STS_TOKEN_USERNAME

public static final java.lang.String STS_TOKEN_USERNAME
See Also:
Constant Field Values

STS_TOKEN_DO_CANCEL

public static final java.lang.String STS_TOKEN_DO_CANCEL
See Also:
Constant Field Values

ALL_PROPERTIES

public static final java.util.Set<java.lang.String> ALL_PROPERTIES

Apache CXF API

Apache CXF