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 から継承されたメソッド |
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)