Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.security.saml
Interface SAML2Constants


Deprecated.

public interface SAML2Constants

Provides SAML constants.


Field Summary
static String BEARER
          Deprecated. Confirmation
static String CONFIRMATION_METHOD
          Deprecated.  
static String HOLDER_OF_KEY
          Deprecated. "holder-of-key" string
static String[] SAML_TOKEN_TYPES
          Deprecated.  
static String SAML_TOKEN10_URI
          Deprecated. http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0
static String SAML_TOKEN11_URI
          Deprecated. http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1
static String[] SAML_VALUE_TYPES
          Deprecated.  
static String SAML_VERSION_11
          Deprecated. SAML version constants
static String SAML_VERSION_20
          Deprecated.  
static String SAML10_BEARER
          Deprecated. urn:oasis:names:tc:SAML:1.0:cm:bearer
static String SAML10_HOLDER_OF_KEY
          Deprecated. urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
static String SAML10_SENDER_VOUCHES
          Deprecated. urn:oasis:names:tc:SAML:1.0:cm:sender-vouches
static String SAML10_TOKEN_TYPE
          Deprecated. http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0#SAMLV1.1 (this is for WS-Trust)
static String SAML10_VALUE_TYPE
          Deprecated. Key Identifier ValueType Attribute Values: V1.0 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0#SAMLAssertionID V1.1 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLID
static String SAML10CM
          Deprecated. SAML 1.1 CM
static String SAML11
          Deprecated. SAMLV1.1
static String SAML11_TOKEN_TYPE
          Deprecated. http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1
static String SAML11_VALUE_TYPE
          Deprecated. For SAML Token Profile 1.1, the value type will be:
static QName SAML2_ASST_QNAME
          Deprecated.  
static QName[] SAML2_ASST_QNAMES
          Deprecated.  
static String SAML2_NS
          Deprecated.  
static String SAML2_PREFIX
          Deprecated.  
static String SAML20
          Deprecated. SAMLV2.0
static String SAML20_BEARER
          Deprecated. urn:oasis:names:tc:SAML:2.0:cm:bearer
static String SAML20_HOLDER_OF_KEY
          Deprecated. urn:oasis:names:tc:SAML:2.0:cm:holder-of-key
static String SAML20_SENDER_VOUCHES
          Deprecated. urn:oasis:names:tc:SAML:2.0:cm:sender-vouches
static String SAML20_TOKEN_TYPE
          Deprecated. http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0
static String SAML20CM
          Deprecated. SAML 2.0 CM
static String SENDER_VOUCHES
          Deprecated. "sender-vouches" string
static String WSS_SAML11_TOKEN10
          Deprecated. For WS-SecurityPolicy tag "WssSamlV11Token10";
static String WSS_SAML11_TOKEN11
          Deprecated. For WS-SecurityPolicy tag "WssSamlV11Token11";
static String WSS_SAML20_TOKEN11
          Deprecated. For WS-SecurityPolicy tag "WssSamlV20Token11";
 

Field Detail

SAML_VERSION_11

static final String SAML_VERSION_11
Deprecated. 
SAML version constants

See Also:
Constant Field Values

SAML_VERSION_20

static final String SAML_VERSION_20
Deprecated. 
See Also:
Constant Field Values

SAML11

static final String SAML11
Deprecated. 
SAMLV1.1

See Also:
Constant Field Values

SAML20

static final String SAML20
Deprecated. 
SAMLV2.0

See Also:
Constant Field Values

SAML_TOKEN10_URI

static final String SAML_TOKEN10_URI
Deprecated. 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0

See Also:
Constant Field Values

SAML_TOKEN11_URI

static final String SAML_TOKEN11_URI
Deprecated. 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1

See Also:
Constant Field Values

SAML10_VALUE_TYPE

static final String SAML10_VALUE_TYPE
Deprecated. 
Key Identifier ValueType Attribute Values:
  1. V1.0 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0#SAMLAssertionID
  2. V1.1 http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLID

See Also:
Constant Field Values

SAML11_VALUE_TYPE

static final String SAML11_VALUE_TYPE
Deprecated. 
For SAML Token Profile 1.1, the value type will be:

http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLID

See Also:
Constant Field Values

SAML11_TOKEN_TYPE

static final String SAML11_TOKEN_TYPE
Deprecated. 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1

See Also:
Constant Field Values

SAML20_TOKEN_TYPE

static final String SAML20_TOKEN_TYPE
Deprecated. 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0

See Also:
Constant Field Values

SAML10_TOKEN_TYPE

static final String SAML10_TOKEN_TYPE
Deprecated. 
http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0#SAMLV1.1 (this is for WS-Trust)

See Also:
Constant Field Values

SAML_TOKEN_TYPES

static final String[] SAML_TOKEN_TYPES
Deprecated. 

SAML_VALUE_TYPES

static final String[] SAML_VALUE_TYPES
Deprecated. 

CONFIRMATION_METHOD

static final String CONFIRMATION_METHOD
Deprecated. 
See Also:
Constant Field Values

SAML2_NS

static final String SAML2_NS
Deprecated. 
See Also:
Constant Field Values

SAML2_PREFIX

static final String SAML2_PREFIX
Deprecated. 
See Also:
Constant Field Values

BEARER

static final String BEARER
Deprecated. 
Confirmation

See Also:
Constant Field Values

HOLDER_OF_KEY

static final String HOLDER_OF_KEY
Deprecated. 
"holder-of-key" string

See Also:
Constant Field Values

SENDER_VOUCHES

static final String SENDER_VOUCHES
Deprecated. 
"sender-vouches" string

See Also:
Constant Field Values

SAML10CM

static final String SAML10CM
Deprecated. 
SAML 1.1 CM

See Also:
Constant Field Values

SAML10_BEARER

static final String SAML10_BEARER
Deprecated. 
urn:oasis:names:tc:SAML:1.0:cm:bearer

See Also:
Constant Field Values

SAML10_SENDER_VOUCHES

static final String SAML10_SENDER_VOUCHES
Deprecated. 
urn:oasis:names:tc:SAML:1.0:cm:sender-vouches

See Also:
Constant Field Values

SAML10_HOLDER_OF_KEY

static final String SAML10_HOLDER_OF_KEY
Deprecated. 
urn:oasis:names:tc:SAML:1.0:cm:holder-of-key

See Also:
Constant Field Values

SAML20CM

static final String SAML20CM
Deprecated. 
SAML 2.0 CM

See Also:
Constant Field Values

SAML20_BEARER

static final String SAML20_BEARER
Deprecated. 
urn:oasis:names:tc:SAML:2.0:cm:bearer

See Also:
Constant Field Values

SAML20_SENDER_VOUCHES

static final String SAML20_SENDER_VOUCHES
Deprecated. 
urn:oasis:names:tc:SAML:2.0:cm:sender-vouches

See Also:
Constant Field Values

SAML20_HOLDER_OF_KEY

static final String SAML20_HOLDER_OF_KEY
Deprecated. 
urn:oasis:names:tc:SAML:2.0:cm:holder-of-key

See Also:
Constant Field Values

SAML2_ASST_QNAME

static final QName SAML2_ASST_QNAME
Deprecated. 

SAML2_ASST_QNAMES

static final QName[] SAML2_ASST_QNAMES
Deprecated. 

WSS_SAML11_TOKEN10

static final String WSS_SAML11_TOKEN10
Deprecated. 
For WS-SecurityPolicy tag "WssSamlV11Token10";

See Also:
Constant Field Values

WSS_SAML11_TOKEN11

static final String WSS_SAML11_TOKEN11
Deprecated. 
For WS-SecurityPolicy tag "WssSamlV11Token11";

See Also:
Constant Field Values

WSS_SAML20_TOKEN11

static final String WSS_SAML20_TOKEN11
Deprecated. 
For WS-SecurityPolicy tag "WssSamlV20Token11";

See Also:
Constant Field Values

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02