Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.util
Interface SecurityConstants

All Known Implementing Classes:
KerberosTokenProcessor, Wss11X509TokenProcessor

public interface SecurityConstants
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/security/util/SecurityConstants.java /st_j2ee_11.1.1.1.0/1 2009/03/23 01:47:56 mmalhotr Exp $
Author:
rturlapa

Nested Class Summary
static interface SecurityConstants.ClientConstants
          ClientConstants defines all the properties that are exposed to users for programmatic override.
static interface SecurityConstants.ComponentOverride
           
static interface SecurityConstants.Config
           
static interface SecurityConstants.ConfigOverride
          This interface has 11g style properties which should be used for declartive override.
static interface SecurityConstants.ServerOverride
           
static interface SecurityConstants.WSSOverride
          This interface is an internal wrapper of 10g properties.

 

Field Summary
static boolean ADD_CREATED_DEFAULT
           
static boolean ADD_NONCE_DEFAULT
           
static String AUTHORIZATION_HEADER
           
static String BLANK
           
static String ENC_KEY_HASH
           
static String ENDORSING_SIGNATURE_CONFIRMATION
           
static String EPHEMERAL_KEY
           
static String HTTP_SERVLET_RESPONSE_AUTH_HEADER
           
static String JAXB_PKG_NAME
           
static String MSG_SIGNATURE_CONFIRMATION
           
static String PASSWORD_DIGEST_10_NAMESPACE
           
static String PASSWORD_TYPE_DEFAULT
           
static String SAMLTOKEN_LOCAL_NAME
           
static String SECURITY_LOCAL_NAME
           
static String SECURITY_NS
           
static String SECURITY_WSU_NS
           
static String SIGNER_CERTIFICATE
           
static String SIGNER_PUBLIC_KEY
           
static String SOAP_BODY_XPATH
           
static String SOAP_ROLE_ULTIMATE_RECEIVER
           
static String SOAP11_NS
           
static String SOAP12_NS
           
static String SOAPBODY_LOCAL_NAME
           
static String SSL_CIPHER_SUITE
           
static String SSL_KEY_SIZE
           
static String SSL_PEER_CERTIFICATES
           
static String TIMESTAMP_LOCAL_NAME
           
static String USERNAMETOKEN_LOCAL_NAME
           

 

Field Detail

SOAP11_NS

static final String SOAP11_NS
See Also:
Constant Field Values

SOAP12_NS

static final String SOAP12_NS
See Also:
Constant Field Values

SECURITY_NS

static final String SECURITY_NS
See Also:
Constant Field Values

SECURITY_WSU_NS

static final String SECURITY_WSU_NS
See Also:
Constant Field Values

SOAP_ROLE_ULTIMATE_RECEIVER

static final String SOAP_ROLE_ULTIMATE_RECEIVER
See Also:
Constant Field Values

SOAPBODY_LOCAL_NAME

static final String SOAPBODY_LOCAL_NAME
See Also:
Constant Field Values

SECURITY_LOCAL_NAME

static final String SECURITY_LOCAL_NAME
See Also:
Constant Field Values

TIMESTAMP_LOCAL_NAME

static final String TIMESTAMP_LOCAL_NAME
See Also:
Constant Field Values

USERNAMETOKEN_LOCAL_NAME

static final String USERNAMETOKEN_LOCAL_NAME
See Also:
Constant Field Values

SAMLTOKEN_LOCAL_NAME

static final String SAMLTOKEN_LOCAL_NAME
See Also:
Constant Field Values

BLANK

static final String BLANK
See Also:
Constant Field Values

JAXB_PKG_NAME

static final String JAXB_PKG_NAME
See Also:
Constant Field Values

EPHEMERAL_KEY

static final String EPHEMERAL_KEY
See Also:
Constant Field Values

ENC_KEY_HASH

static final String ENC_KEY_HASH
See Also:
Constant Field Values

MSG_SIGNATURE_CONFIRMATION

static final String MSG_SIGNATURE_CONFIRMATION
See Also:
Constant Field Values

ENDORSING_SIGNATURE_CONFIRMATION

static final String ENDORSING_SIGNATURE_CONFIRMATION
See Also:
Constant Field Values

SIGNER_CERTIFICATE

static final String SIGNER_CERTIFICATE
See Also:
Constant Field Values

SIGNER_PUBLIC_KEY

static final String SIGNER_PUBLIC_KEY
See Also:
Constant Field Values

ADD_NONCE_DEFAULT

static final boolean ADD_NONCE_DEFAULT
See Also:
Constant Field Values

ADD_CREATED_DEFAULT

static final boolean ADD_CREATED_DEFAULT
See Also:
Constant Field Values

PASSWORD_TYPE_DEFAULT

static final String PASSWORD_TYPE_DEFAULT
See Also:
Constant Field Values

PASSWORD_DIGEST_10_NAMESPACE

static final String PASSWORD_DIGEST_10_NAMESPACE
See Also:
Constant Field Values

SSL_CIPHER_SUITE

static final String SSL_CIPHER_SUITE
See Also:
Constant Field Values

SSL_PEER_CERTIFICATES

static final String SSL_PEER_CERTIFICATES
See Also:
Constant Field Values

SSL_KEY_SIZE

static final String SSL_KEY_SIZE
See Also:
Constant Field Values

AUTHORIZATION_HEADER

static final String AUTHORIZATION_HEADER
See Also:
Constant Field Values

SOAP_BODY_XPATH

static final String SOAP_BODY_XPATH
See Also:
Constant Field Values

HTTP_SERVLET_RESPONSE_AUTH_HEADER

static final String HTTP_SERVLET_RESPONSE_AUTH_HEADER
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.