Class FSSAMLRequest
- java.lang.Object
-
- com.sun.identity.saml.protocol.AbstractRequest
-
- com.sun.identity.saml.protocol.Request
-
- com.sun.identity.federation.message.FSSAMLRequest
-
@Deprecated public class FSSAMLRequest extends Request
Deprecated.since 12.0.0This class had methods to create aSAMLRequest object from a Document Element and to create Request message from this object.
-
-
Field Summary
-
Fields inherited from class 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
-
Fields inherited from class com.sun.identity.saml.protocol.AbstractRequest
issueInstant, majorVersion, minorVersion, requestID, respondWiths, signature, signed, valid
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFSSAMLRequest()Deprecated.FSSAMLRequest(Element root)Deprecated.Constructor createsFSSAMLRequestfrom the Document Element.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetMinorVersion()Deprecated.Returns theMinorVersionattribute.voidsetMinorVersion(int version)Deprecated.Sets theMinorVersion.-
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
-
-
-
-
Constructor Detail
-
FSSAMLRequest
protected FSSAMLRequest()
Deprecated.
-
FSSAMLRequest
public FSSAMLRequest(Element root) throws SAMLException
Deprecated.Constructor createsFSSAMLRequestfrom the Document Element.- Parameters:
root- the Document Element.- Throws:
SAMLException- if there is an error creating this object.
-
-
Method Detail
-
getMinorVersion
public int getMinorVersion()
Deprecated.Returns theMinorVersionattribute.- Overrides:
getMinorVersionin classAbstractRequest- Returns:
- the Minor Version.
- See Also:
setMinorVersion(int)
-
setMinorVersion
public void setMinorVersion(int version)
Deprecated.Sets theMinorVersion.- Overrides:
setMinorVersionin classAbstractRequest- Parameters:
version- the minor version in the assertion.- See Also:
setMinorVersion(int)
-
-