com.sun.identity.federation.message
クラス FSSAMLRequest

java.lang.Object
  上位を拡張 com.sun.identity.saml.protocol.AbstractRequest
      上位を拡張 com.sun.identity.saml.protocol.Request
          上位を拡張 com.sun.identity.federation.message.FSSAMLRequest

public class FSSAMLRequest
extends Request

This class had methods to create a SAML Request object from a Document Element and to create Request message from this object.


フィールドの概要
 
クラス com.sun.identity.saml.protocol.Request から継承されたフィールド
artifacts, ASSERTION_ARTIFACT, ASSERTION_ID_REFERENCE, assertionIDRefs, ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, contentType, NOT_SUPPORTED, query, signatureString, xmlString
 
クラス com.sun.identity.saml.protocol.AbstractRequest から継承されたフィールド
issueInstant, majorVersion, minorVersion, requestID, respondWiths, signature, signed, valid
 
コンストラクタの概要
protected FSSAMLRequest()
           
  FSSAMLRequest(Element root)
          Constructor creates FSSAMLRequest from the Document Element.
 
メソッドの概要
 int getMinorVersion()
          Returns the MinorVersion attribute.
 void setMinorVersion(int version)
          Sets the MinorVersion.
 
クラス com.sun.identity.saml.protocol.Request から継承されたメソッド
getAssertionArtifact, getAssertionIDReference, getContentType, getQuery, parseXML, setSignature, signXML, toString, toString, toString
 
クラス com.sun.identity.saml.protocol.AbstractRequest から継承されたメソッド
addRespondWith, getIssueInstant, getMajorVersion, getRequestID, getRespondWith, getSignature, isSignatureValid, isSigned, setIssueInstant, setMajorVersion, setRequestID
 

コンストラクタの詳細

FSSAMLRequest

protected FSSAMLRequest()

FSSAMLRequest

public FSSAMLRequest(Element root)
              throws SAMLException
Constructor creates FSSAMLRequest from the Document Element.

パラメータ:
root - the Document Element.
例外:
SAMLException - if there is an error creating this object.
メソッドの詳細

getMinorVersion

public int getMinorVersion()
Returns the MinorVersion attribute.

オーバーライド:
クラス AbstractRequest 内の getMinorVersion
戻り値:
the Minor Version.
関連項目:
FSSAMLRequest.setMinorVersion(int)

setMinorVersion

public void setMinorVersion(int version)
Sets the MinorVersion.

オーバーライド:
クラス AbstractRequest 内の setMinorVersion
パラメータ:
version - the minor version in the assertion.
関連項目:
FSSAMLRequest.setMinorVersion(int)