com.sun.identity.liberty.ws.security
Class SecurityAssertion

java.lang.Object
  extended bycom.sun.identity.saml.assertion.AssertionBase
      extended bycom.sun.identity.saml.assertion.Assertion
          extended bycom.sun.identity.liberty.ws.security.SecurityAssertion

public class SecurityAssertion
extends Assertion

The SecurityAssertion class provides an extension to Assertion class to support ID-WSF ResourceAccessStatement and SessionContextStatement.


Constructor Summary
SecurityAssertion(org.w3c.dom.Element assertionElement)
          This constructor creates a SecurityAssertion object from a DOM Element.
SecurityAssertion(java.lang.String assertionID, java.lang.String issuer, java.util.Date issueInstant, Conditions conditions, Advice advice, java.util.Set statements)
          Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion, Advice applicable to this Assertion and a Set of Statement(s) in the assertion.
SecurityAssertion(java.lang.String assertionID, java.lang.String issuer, java.util.Date issueInstant, Conditions conditions, java.util.Set statements)
          Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and a Set of Statement(s) in the assertion.
SecurityAssertion(java.lang.String assertionID, java.lang.String issuer, java.util.Date issueInstant, java.util.Set statements)
          Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued and a Set of Statement(s) in the assertion.
 
Method Summary
 void addToParent(org.w3c.dom.Element headerE)
           
 Subject getBearerSubject()
          Determines if the SecurityAssertion contains SAML Bearer confirmation method.
 java.lang.String getWSFVersion()
          Returns the web services version.
 boolean isBearer()
          Determines if the SecurityAssertion contains SAML Bearer confirmation method.
 boolean isSignatureValid()
          Return whether the signature on the object is valid or not.
 void setVerifyingCertAlias(java.lang.String certAlias)
           
 void setWSFVersion(java.lang.String version)
          Sets the web services version.
 java.lang.String toString()
          Create a String representation of the element.
 java.lang.String toString(boolean includeNS, boolean declareNS)
          Creates a String representation of the <Assertion> element.
 
Methods inherited from class com.sun.identity.saml.assertion.Assertion
getAdvice, signXML, signXML
 
Methods inherited from class com.sun.identity.saml.assertion.AssertionBase
addStatement, getAssertionID, getConditions, getIssueInstant, getIssuer, getMajorVersion, getMinorVersion, getSignature, getStatement, isSigned, isTimeValid, setAdvice, setConditions, setMajorVersion, setMinorVersion, setSignature
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityAssertion

public SecurityAssertion(org.w3c.dom.Element assertionElement)
                  throws SAMLException
This constructor creates a SecurityAssertion object from a DOM Element.

Parameters:
assertionElement - A org.w3c.dom.Element representing DOM tree for Assertion object
Throws:
SAMLException - if it could not process the Element properly, implying that there is an error in the sender or in the element definition.

SecurityAssertion

public SecurityAssertion(java.lang.String assertionID,
                         java.lang.String issuer,
                         java.util.Date issueInstant,
                         java.util.Set statements)
                  throws SAMLException
Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued and a Set of Statement(s) in the assertion.

Parameters:
assertionID - assertionID attribute contained within this Assertion if null, an assertionID is generated internally.
issuer - String representing the issuer of this assertion.
issueInstant - time instant of the issue. It has type dateTime which is built in to the W3C XML Schema Types specification.if null, current time is used.
statements - Set of Statement objects within this Assertion. It could be of type AuthenticationStatement, AuthorizationDecisionStatement and AttributeStatement. Each Assertion can have multiple type of statements in it.
Throws:
SAMLException - issuer is null or the size of statements is 0.

SecurityAssertion

public SecurityAssertion(java.lang.String assertionID,
                         java.lang.String issuer,
                         java.util.Date issueInstant,
                         Conditions conditions,
                         java.util.Set statements)
                  throws SAMLException
Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion and a Set of Statement(s) in the assertion.

Parameters:
assertionID - String representing AssertionID contained within this Assertion if null its generated internally.
issuer - String representing the issuer of this assertion.
issueInstant - time instant of the issue. It has type dateTime which is built in to the W3C XML Schema Types specification. if null current time is used.
conditions - Conditions under which the this Assertion is valid.
statements - Set of Statement objects within this Assertion. It could be of type AuthenticationStatement, AuthorizationDecisionStatement and AttributeStatement. Each Assertion can have multiple type of statements in it.
Throws:
SAMLException - issuer is null or the size of statements is 0.

SecurityAssertion

public SecurityAssertion(java.lang.String assertionID,
                         java.lang.String issuer,
                         java.util.Date issueInstant,
                         Conditions conditions,
                         Advice advice,
                         java.util.Set statements)
                  throws SAMLException
Constructs SecurityAssertion object with the assertionID, the issuer, time when assertion issued, the conditions when creating a new assertion, Advice applicable to this Assertion and a Set of Statement(s) in the assertion.

Parameters:
assertionID - AssertionID object contained within this Assertion if null its generated internally.
issuer - String representing the issuer of this assertion.
issueInstant - time instant of the issue. It has type dateTime which is built in to the W3C XML Schema Types specification. if null current time is used.
conditions - Conditions under which the this Assertion is valid.
advice - Advice applicable for this Assertion.
statements - Set of Statement objects within this Assertion. It could be of type AuthenticationStatement, AuthorizationDecisionStatement and AttributeStatement. Each Assertion can have multiple type of statements in it.
Throws:
SAMLException - issuer is null or the size of statements is 0.
Method Detail

setVerifyingCertAlias

public void setVerifyingCertAlias(java.lang.String certAlias)

isSignatureValid

public boolean isSignatureValid()
Return whether the signature on the object is valid or not.

Overrides:
isSignatureValid in class Assertion
Returns:
true if the signature on the object is valid; false otherwise.

isBearer

public boolean isBearer()
Determines if the SecurityAssertion contains SAML Bearer confirmation method.

Returns:
true if the SecurityAssertion contains SAML Bearer confirmation.

getBearerSubject

public Subject getBearerSubject()
Determines if the SecurityAssertion contains SAML Bearer confirmation method. If it is, return its Subject. Otherwise, return null.

Returns:
Subject if the SecurityAssertion contains SAML Bearer confirmation.

toString

public java.lang.String toString()
Create a String representation of the element.

Returns:
A string containing the valid XML for this element. By default name space name is prepended to the element name example <saml:Assertion>.

toString

public java.lang.String toString(boolean includeNS,
                                 boolean declareNS)
Creates a String representation of the <Assertion> element.

Parameters:
includeNS - if true prepends all elements by their Namespace name example <saml:Assertion>;
declareNS - if true includes the namespace within the generated XML.
Returns:
A string containing the valid XML for this element.

addToParent

public void addToParent(org.w3c.dom.Element headerE)
                 throws java.lang.Exception
Throws:
java.lang.Exception

setWSFVersion

public void setWSFVersion(java.lang.String version)
Sets the web services version.

Parameters:
version - the web services version.

getWSFVersion

public java.lang.String getWSFVersion()
Returns the web services version.

Returns:
the web services version.


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.