org.eclipse.higgins.sts.common
Class SAML11Token

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.SAMLToken
      extended byorg.eclipse.higgins.sts.common.SAML11Token
All Implemented Interfaces:
org.eclipse.higgins.sts.api.ISAML10Token, org.eclipse.higgins.sts.api.ISAML11Token, org.eclipse.higgins.sts.api.ISAMLToken, org.eclipse.higgins.sts.api.ISecurityElement, org.eclipse.higgins.sts.api.ISecurityToken

public class SAML11Token
extends SAMLToken
implements org.eclipse.higgins.sts.api.ISAML11Token

Author:
mikemci

Constructor Summary
SAML11Token()
           
 
Method Summary
 String getAssertionID()
           
 String getMajorVersion()
           
 String getMinorVersion()
           
 void setAssertionID(String strAssertionID)
           
 void setMajorVersion(String strMajorVersion)
           
 void setMinorVersion(String strMinorVersion)
           
 
Methods inherited from class org.eclipse.higgins.sts.common.SAMLToken
fromElement, getAdvice, getAttributeStatement, getAuthenticationStatement, getAuthorizationDecisionStatement, getConditions, getIssueInstant, getIssuer, getSignature, getStatement, getSubjectStatement, setAdvice, setAttributeStatement, setAuthenticationStatement, setAuthorizationDecisionStatement, setConditions, setIssueInstant, setIssuer, setSignature, setStatement, setSubjectStatement, toElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.sts.api.ISAMLToken
getAdvice, getAttributeStatement, getAuthenticationStatement, getAuthorizationDecisionStatement, getConditions, getIssueInstant, getIssuer, getSignature, getStatement, getSubjectStatement, setAdvice, setAttributeStatement, setAuthenticationStatement, setAuthorizationDecisionStatement, setConditions, setIssueInstant, setIssuer, setSignature, setStatement, setSubjectStatement
 
Methods inherited from interface org.eclipse.higgins.sts.api.ISecurityElement
fromElement, toElement
 

Constructor Detail

SAML11Token

public SAML11Token()
Method Detail

getAssertionID

public String getAssertionID()
Specified by:
getAssertionID in interface org.eclipse.higgins.sts.api.ISAML10Token

getMajorVersion

public String getMajorVersion()
Specified by:
getMajorVersion in interface org.eclipse.higgins.sts.api.ISAML10Token

getMinorVersion

public String getMinorVersion()
Specified by:
getMinorVersion in interface org.eclipse.higgins.sts.api.ISAML10Token

setAssertionID

public void setAssertionID(String strAssertionID)
Specified by:
setAssertionID in interface org.eclipse.higgins.sts.api.ISAML10Token

setMajorVersion

public void setMajorVersion(String strMajorVersion)
Specified by:
setMajorVersion in interface org.eclipse.higgins.sts.api.ISAML10Token

setMinorVersion

public void setMinorVersion(String strMinorVersion)
Specified by:
setMinorVersion in interface org.eclipse.higgins.sts.api.ISAML10Token