@Deprecated public class FSNameRegistrationResponse extends AbstractResponse
NameRegistrationResponse
object.Constructor and Description |
---|
FSNameRegistrationResponse()
Deprecated.
Default Constructor.
|
FSNameRegistrationResponse(Element root)
Deprecated.
Constructor creates the
FSNameRegistrationResponse object
from Document Element. |
FSNameRegistrationResponse(String responseID,
String inResponseTo,
Status status,
String providerId,
String relayState)
Deprecated.
Constructor creates the
FSNameRegistrationResponse object. |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Deprecated.
Returns the value of
id attribute. |
int |
getMinorVersion()
Deprecated.
Returns the
MinorVersion . |
String |
getProviderId()
Deprecated.
Returns the value of
ProviderID attribute. |
String |
getRelayState()
Deprecated.
Returns the value of
RelayState attribute. |
String |
getSignatureString()
Deprecated.
Returns the signed
NameRegistrationResponse string. |
String |
getSignedXMLString()
Deprecated.
Returns signed
XML representation of this
object. |
Status |
getStatus()
Deprecated.
Returns the Response
Status . |
static FSNameRegistrationResponse |
parseBASE64EncodedString(String encodedRes)
Deprecated.
Returns
FSNameRegistrationResponse object. |
static FSNameRegistrationResponse |
parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSNameRegistrationLogoutResponse object. |
static FSNameRegistrationResponse |
parseXML(String xml)
Deprecated.
Returns the
FSNameRegistrationResponse object. |
void |
setID(String id)
Deprecated.
Sets the value of
id attribute. |
void |
setMinorVersion(int version)
Deprecated.
Sets the
MinorVersion . |
void |
setProviderId(String providerId)
Deprecated.
Sets the value of providerID attribute.
|
void |
setRelayState(String relayState)
Deprecated.
Set the value of
RelayState attribute. |
boolean |
setSignature(Element elem)
Deprecated.
Sets the Signature.
|
void |
setStatus(Status status)
Deprecated.
Sets the Response
Status . |
void |
signXML()
Deprecated.
Unsupported operation.
|
void |
signXML(String certAlias)
Deprecated.
Signs the Name Registration Response.
|
String |
toBASE64EncodedString()
Deprecated.
Returns a Base64 Encoded String.
|
String |
toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
toXMLString()
Deprecated.
Returns the string representation of this object.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Returns a String representation of the Logout Response.
|
String |
toXMLString(boolean includeNS,
boolean declareNS,
boolean includeHeader)
Deprecated.
Returns a String representation of the Logout Response.
|
getInResponseTo, getIssueInstant, getMajorVersion, getRecipient, getResponseID, getSignature, isSignatureValid, isSigned, setInResponseTo, setIssueInstant, setMajorVersion, setRecipient, setResponseID
public FSNameRegistrationResponse()
public FSNameRegistrationResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) throws FSMsgException
FSNameRegistrationResponse
object.responseID
- the value of ResponseID
attribute.inResponseTo
- the value of InResponseTo
attribute.status
- the Status
object.providerId
- the value of ProviderID
attribute.relayState
- the value of RelayState
attribute.FSMsgException
- if there is an error creating this object.public FSNameRegistrationResponse(Element root) throws FSMsgException, SAMLException
FSNameRegistrationResponse
object
from Document Element.root
- the Document Element objec.tFSMsgException
- if there is an error creating this object.SAMLException
- if there is an error creating this object.public String getRelayState()
RelayState
attribute.RelayState
attribute.FSNameRegistrationResponse.setRelayState(String)
public void setRelayState(String relayState)
RelayState
attribute.relayState
- the value of RelayState
attribute.FSNameRegistrationResponse.getRelayState()
public String getID()
id
attribute.id
attribute.FSNameRegistrationResponse.setID(String)
public void setID(String id)
id
attribute.id
- the value of id
attribute.FSNameRegistrationResponse.getID()
public String getProviderId()
ProviderID
attribute.ProviderID
attribute.FSNameRegistrationResponse.setProviderId(String)
public void setProviderId(String providerId)
providerId
- the value of providerID attribute.FSNameRegistrationResponse.getProviderId()
public String getSignedXMLString()
XML
representation of this
object.XML
representation of this
object.public String getSignatureString()
NameRegistrationResponse
string.NameRegistrationResponse
string.public int getMinorVersion()
MinorVersion
.getMinorVersion
in class AbstractResponse
MinorVersion
.FSNameRegistrationResponse.setMinorVersion(int)
public void setMinorVersion(int version)
MinorVersion
.setMinorVersion
in class AbstractResponse
version
- the MinorVersion
.FSNameRegistrationResponse.getMinorVersion()
public Status getStatus()
Status
.Status
.FSNameRegistrationResponse.setStatus(Status)
public void setStatus(Status status)
Status
.status
- the Response Status
object.FSNameRegistrationResponse.getStatus()
public static FSNameRegistrationResponse parseXML(String xml) throws FSMsgException
FSNameRegistrationResponse
object.xml
- the XML string to be parsed.FSNameRegistrationResponsee
object created from
the XML string.FSMsgException
- if there is error creating the object.public String toXMLString() throws FSMsgException
FSMsgException
- on error.public String toXMLString(boolean includeNS, boolean declareNS) throws FSMsgException
includeNS
- : Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- : Determines whether or not the namespace is declared
within the Element.FSMsgException
- if there is an error converting
this object to a string.public String toXMLString(boolean includeNS, boolean declareNS, boolean includeHeader) throws FSMsgException
includeNS
- Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.includeHeader
- Determines whether the output include the xml
declaration header.FSMsgException
- if there is an error converting
this object to a string.public static FSNameRegistrationResponse parseBASE64EncodedString(String encodedRes) throws FSMsgException, SAMLException
FSNameRegistrationResponse
object. The object
is created by parsing an Base64 encode Name Registration Response
string.encodedRes
- the encoded response stringFSMsgException
- if there is an error
creating this object.SAMLException
- if there is an error
creating this object.public String toBASE64EncodedString() throws FSMsgException
FSMsgException
- if there is an error encoding
the string.public void signXML(String certAlias) throws SAMLException
certAlias
- the Certificate Alias.SAMLException
- if this object cannot be signed.public void signXML() throws SAMLException
signXML
in class AbstractResponse
SAMLException
- if could not sign the object.public boolean setSignature(Element elem)
setSignature
in class AbstractResponse
elem
- the Document Element.public String toURLEncodedQueryString() throws FSMsgException
FSMsgException
- if there is an error.public static FSNameRegistrationResponse parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request) throws FSMsgException, SAMLException
FSNameRegistrationLogoutResponse
object. The
object is creating by parsing the HttpServletRequest
object.request
- the HttpServletRequest
object.FSMsgException
- if there is an error
creating this object.SAMLException
Copyright © 2010-2018, ForgeRock All Rights Reserved.