org.apache.cxf.ws.security
Class SecurityConstants
java.lang.Object
org.apache.cxf.ws.security.SecurityConstants
public final class SecurityConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
USERNAME_TOKEN_NO_CALLBACKS
public static final String USERNAME_TOKEN_NO_CALLBACKS
- See Also:
- Constant Field Values
CALLBACK_HANDLER
public static final String CALLBACK_HANDLER
- See Also:
- Constant Field Values
SIGNATURE_USERNAME
public static final String SIGNATURE_USERNAME
- See Also:
- Constant Field Values
SIGNATURE_PROPERTIES
public static final String SIGNATURE_PROPERTIES
- See Also:
- Constant Field Values
ENCRYPT_USERNAME
public static final String ENCRYPT_USERNAME
- See Also:
- Constant Field Values
ENCRYPT_PROPERTIES
public static final String ENCRYPT_PROPERTIES
- See Also:
- Constant Field Values
SIGNATURE_CRYPTO
public static final String SIGNATURE_CRYPTO
- See Also:
- Constant Field Values
ENCRYPT_CRYPTO
public static final String ENCRYPT_CRYPTO
- See Also:
- Constant Field Values
TOKEN
public static final String TOKEN
- See Also:
- Constant Field Values
TOKEN_ID
public static final String TOKEN_ID
- See Also:
- Constant Field Values
STS_CLIENT
public static final String STS_CLIENT
- See Also:
- Constant Field Values
STS_APPLIES_TO
public static final String STS_APPLIES_TO
- See Also:
- Constant Field Values
TIMESTAMP_TTL
public static final String TIMESTAMP_TTL
- See Also:
- Constant Field Values
ALWAYS_ENCRYPT_UT
public static final String ALWAYS_ENCRYPT_UT
- See Also:
- Constant Field Values
STS_TOKEN_CRYPTO
public static final 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 String STS_TOKEN_PROPERTIES
- See Also:
- Constant Field Values
STS_TOKEN_USERNAME
public static final String STS_TOKEN_USERNAME
- See Also:
- Constant Field Values
STS_TOKEN_USE_CERT_FOR_KEYINFO
public static final String STS_TOKEN_USE_CERT_FOR_KEYINFO
- See Also:
- Constant Field Values
STS_TOKEN_DO_CANCEL
public static final String STS_TOKEN_DO_CANCEL
- See Also:
- Constant Field Values
STS_TOKEN_ACT_AS
public static final String STS_TOKEN_ACT_AS
- See Also:
- Constant Field Values
ALL_PROPERTIES
public static final Set<String> ALL_PROPERTIES
Apache CXF