public class SAMLIssuedTokenHelper extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static QName | ISSUED_TK_POLICY_QNAMEDeprecated.  | 
| static String | ISSUED_TOKEN_POLICYDeprecated.  | 
| static String | ISSUER_URIDeprecated.  | 
| static String | REQ_EXTERNAL_REFERENCEDeprecated.  | 
| static String | REQ_INTERNAL_REFERENCEDeprecated.  | 
| static String | TRUST_VERSIONDeprecated.  | 
| static String | TRUST_VERSOIN_10Deprecated.  | 
| static String | TRUST_VERSOIN_13Deprecated.  | 
| static QName | TRUST10_TOKEN_TYPEDeprecated.  | 
| static QName | TRUST13_C14N_ALGODeprecated.  | 
| static QName | TRUST13_ENC_ALGODeprecated.  | 
| static QName | TRUST13_ENC_WITHDeprecated.  | 
| static QName | TRUST13_KEY_SIZEDeprecated.  | 
| static QName | TRUST13_KEY_TYPEDeprecated.  | 
| static QName | TRUST13_SIGN_WITHDeprecated.  | 
| static QName | TRUST13_TOKEN_TYPEDeprecated.  | 
| Constructor and Description | 
|---|
| SAMLIssuedTokenHelper(Element issuedTokenNode)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | getClaimFromChildElt(Node claims,
                    String tagName)Deprecated.  | 
| String | getIssuerAddressUri()Deprecated.  | 
| int | getKeySize()Deprecated.  | 
| String | getKeyType()Deprecated.  For IssuedToken.RequestSecurityTokenTemplate
       | 
| 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.  | 
public static final String ISSUED_TOKEN_POLICY
public static final String ISSUER_URI
public static final String REQ_INTERNAL_REFERENCE
public static final String REQ_EXTERNAL_REFERENCE
public static final String TRUST_VERSION
public static final QName ISSUED_TK_POLICY_QNAME
public static final String TRUST_VERSOIN_10
public static final String TRUST_VERSOIN_13
public static final QName TRUST13_TOKEN_TYPE
public static final QName TRUST10_TOKEN_TYPE
public static final QName TRUST13_KEY_TYPE
public static final QName TRUST13_KEY_SIZE
public static final QName TRUST13_C14N_ALGO
public static final QName TRUST13_ENC_ALGO
public static final QName TRUST13_ENC_WITH
public static final QName TRUST13_SIGN_WITH
public SAMLIssuedTokenHelper(Element issuedTokenNode)
public boolean isRequireInternalReference()
public boolean isRequireExternalReference()
public String getIssuerAddressUri()
public String getTrustVersion()
public String getRequestSecurityTokenTemplateVale(QName qName)
public String getTokenType()
public String getKeyType()
public int getKeySize()
public static String getClaimFromChildElt(Node claims, String tagName)
public static String getTrustKeyTypeFromIssuedTokenClaims(Node claims)
public static boolean isSymmetricKeyTypeFromIssuedTokenClaim(Node claims)