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

Part Number E41849-02

weblogic.wsee.security.saml
Class SAMLIssuedTokenHelper

java.lang.Object
  extended by weblogic.wsee.security.saml.SAMLIssuedTokenHelper

Deprecated.

public class SAMLIssuedTokenHelper
extends Object


Field Summary
static QName ISSUED_TK_POLICY_QNAME
          Deprecated.  
static String ISSUED_TOKEN_POLICY
          Deprecated.  
static String ISSUER_URI
          Deprecated.  
static String REQ_EXTERNAL_REFERENCE
          Deprecated.  
static String REQ_INTERNAL_REFERENCE
          Deprecated.  
static String TRUST_VERSION
          Deprecated.  
static String TRUST_VERSOIN_10
          Deprecated.  
static String TRUST_VERSOIN_13
          Deprecated.  
static QName TRUST10_TOKEN_TYPE
          Deprecated.  
static QName TRUST13_C14N_ALGO
          Deprecated.  
static QName TRUST13_ENC_ALGO
          Deprecated.  
static QName TRUST13_ENC_WITH
          Deprecated.  
static QName TRUST13_KEY_SIZE
          Deprecated.  
static QName TRUST13_KEY_TYPE
          Deprecated.  
static QName TRUST13_SIGN_WITH
          Deprecated.  
static QName TRUST13_TOKEN_TYPE
          Deprecated.  
 
Constructor Summary
SAMLIssuedTokenHelper(Element issuedTokenNode)
          Deprecated.  
 
Method Summary
static String getClaimFromChildElt(Node claims, String tagName)
          Deprecated.  
 String getIssuerAddressUri()
          Deprecated.  
 int getKeySize()
          Deprecated.  
 String getKeyType()
          Deprecated. For IssuedToken.RequestSecurityTokenTemplate http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1 http://docs.oasis open.org/ws sx/ws trust/200512/SymmetricKey 256 http://www.w3.org/2001/10/xml-exc-c14n# http://www.w3.org/2001/04/xmlenc#aes256-cbc http://www.w3.org/2001/04/xmlenc#aes256-cbc http://www.w3.org/2000/09/xmldsig#hmac-sha1
static String getKeyTypeFromClaims(Node claims)
          Deprecated.  
 String getRequestSecurityTokenTemplateVale(QName qName)
          Deprecated.  
 String getTokenType()
          Deprecated.  
static String getTrustKeyTypeFromIssuedTokenClaims(Node claims)
          Deprecated.  
 String getTrustVersion()
          Deprecated.  
 boolean isRequireExternalReference()
          Deprecated.  
 boolean isRequireInternalReference()
          Deprecated.  
static boolean isSymmetricKeyTypeFromIssuedTokenClaim(Node claims)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISSUED_TOKEN_POLICY

public static final String ISSUED_TOKEN_POLICY
Deprecated. 
See Also:
Constant Field Values

ISSUER_URI

public static final String ISSUER_URI
Deprecated. 
See Also:
Constant Field Values

REQ_INTERNAL_REFERENCE

public static final String REQ_INTERNAL_REFERENCE
Deprecated. 
See Also:
Constant Field Values

REQ_EXTERNAL_REFERENCE

public static final String REQ_EXTERNAL_REFERENCE
Deprecated. 
See Also:
Constant Field Values

TRUST_VERSION

public static final String TRUST_VERSION
Deprecated. 
See Also:
Constant Field Values

ISSUED_TK_POLICY_QNAME

public static final QName ISSUED_TK_POLICY_QNAME
Deprecated. 

TRUST_VERSOIN_10

public static final String TRUST_VERSOIN_10
Deprecated. 
See Also:
Constant Field Values

TRUST_VERSOIN_13

public static final String TRUST_VERSOIN_13
Deprecated. 
See Also:
Constant Field Values

TRUST13_TOKEN_TYPE

public static final QName TRUST13_TOKEN_TYPE
Deprecated. 

TRUST10_TOKEN_TYPE

public static final QName TRUST10_TOKEN_TYPE
Deprecated. 

TRUST13_KEY_TYPE

public static final QName TRUST13_KEY_TYPE
Deprecated. 

TRUST13_KEY_SIZE

public static final QName TRUST13_KEY_SIZE
Deprecated. 

TRUST13_C14N_ALGO

public static final QName TRUST13_C14N_ALGO
Deprecated. 

TRUST13_ENC_ALGO

public static final QName TRUST13_ENC_ALGO
Deprecated. 

TRUST13_ENC_WITH

public static final QName TRUST13_ENC_WITH
Deprecated. 

TRUST13_SIGN_WITH

public static final QName TRUST13_SIGN_WITH
Deprecated. 
Constructor Detail

SAMLIssuedTokenHelper

public SAMLIssuedTokenHelper(Element issuedTokenNode)
Deprecated. 
Method Detail

isRequireInternalReference

public boolean isRequireInternalReference()
Deprecated. 

isRequireExternalReference

public boolean isRequireExternalReference()
Deprecated. 

getIssuerAddressUri

public String getIssuerAddressUri()
Deprecated. 

getTrustVersion

public String getTrustVersion()
Deprecated. 

getRequestSecurityTokenTemplateVale

public String getRequestSecurityTokenTemplateVale(QName qName)
Deprecated. 

getTokenType

public String getTokenType()
Deprecated. 

getKeyType

public String getKeyType()
Deprecated. 
For IssuedToken.RequestSecurityTokenTemplate http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1 http://docs.oasis open.org/ws sx/ws trust/200512/SymmetricKey 256 http://www.w3.org/2001/10/xml-exc-c14n# http://www.w3.org/2001/04/xmlenc#aes256-cbc http://www.w3.org/2001/04/xmlenc#aes256-cbc http://www.w3.org/2000/09/xmldsig#hmac-sha1


getKeySize

public int getKeySize()
Deprecated. 

getClaimFromChildElt

public static String getClaimFromChildElt(Node claims,
                                          String tagName)
Deprecated. 

getKeyTypeFromClaims

public static String getKeyTypeFromClaims(Node claims)
Deprecated. 

getTrustKeyTypeFromIssuedTokenClaims

public static String getTrustKeyTypeFromIssuedTokenClaims(Node claims)
Deprecated. 

isSymmetricKeyTypeFromIssuedTokenClaim

public static boolean isSymmetricKeyTypeFromIssuedTokenClaim(Node claims)
Deprecated. 

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