@Deprecated public class FSSAMLRequest extends Request
SAML
Request
object from a Document Element and to create Request message
from this object.Modifier | Constructor and Description |
---|---|
protected |
FSSAMLRequest()
Deprecated.
|
|
FSSAMLRequest(Element root)
Deprecated.
Constructor creates
FSSAMLRequest from
the Document Element. |
Modifier and Type | Method and Description |
---|---|
int |
getMinorVersion()
Deprecated.
Returns the
MinorVersion attribute. |
void |
setMinorVersion(int version)
Deprecated.
Sets the
MinorVersion . |
getAssertionArtifact, getAssertionIDReference, getContentType, getQuery, parseXML, setSignature, signXML, toString, toString, toString
addRespondWith, getIssueInstant, getMajorVersion, getRequestID, getRespondWith, getSignature, isSignatureValid, isSigned, setIssueInstant, setMajorVersion, setRequestID
protected FSSAMLRequest()
public FSSAMLRequest(Element root) throws SAMLException
FSSAMLRequest
from
the Document Element.root
- the Document Element.SAMLException
- if there is an error creating this object.public int getMinorVersion()
MinorVersion
attribute.getMinorVersion
in class AbstractRequest
FSSAMLRequest.setMinorVersion(int)
public void setMinorVersion(int version)
MinorVersion
.setMinorVersion
in class AbstractRequest
version
- the minor version in the assertion.FSSAMLRequest.setMinorVersion(int)
Copyright © 2010-2018, ForgeRock All Rights Reserved.