com.sun.identity.federation.message
Class FSSAMLRequest

java.lang.Object
  extended bycom.sun.identity.saml.protocol.AbstractRequest
      extended bycom.sun.identity.saml.protocol.Request
          extended bycom.sun.identity.federation.message.FSSAMLRequest

public class FSSAMLRequest
extends Request

This class FSSAMLRequest is used to construct or parse a SAML artifact request.


Field Summary
 
Fields inherited from class com.sun.identity.saml.protocol.Request
ASSERTION_ARTIFACT, ASSERTION_ID_REFERENCE, ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED
 
Constructor Summary
FSSAMLRequest(org.w3c.dom.Element root)
          Constructor.
 
Method Summary
 int getMinorVersion()
          Returns the MinorVersion of the Request.
 void setMinorVersion(int version)
          Sets the MinorVersion of the Request.
 
Methods inherited from class com.sun.identity.saml.protocol.Request
getAssertionArtifact, getAssertionIDReference, getContentType, getQuery, parseXML, setSignature, signXML, toString, toString, toString
 
Methods inherited from class com.sun.identity.saml.protocol.AbstractRequest
addRespondWith, getIssueInstant, getMajorVersion, getRequestID, getRespondWith, getSignature, isSignatureValid, isSigned, setIssueInstant, setMajorVersion, setRequestID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSSAMLRequest

public FSSAMLRequest(org.w3c.dom.Element root)
              throws SAMLException
Constructor.

Parameters:
root - DOM Element representing the object.
Throws:
SAMLException - if unable to parse the Element.
Method Detail

getMinorVersion

public int getMinorVersion()
Description copied from class: AbstractRequest
Returns the MinorVersion of the Request.

Overrides:
getMinorVersion in class AbstractRequest
Returns:
The MinorVersion of the request.

setMinorVersion

public void setMinorVersion(int version)
Description copied from class: AbstractRequest
Sets the MinorVersion of the Request.

Overrides:
setMinorVersion in class AbstractRequest
Parameters:
version - the intended minor version for SAML Request


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