Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FSRequest
This class represents a Liberty
Request . |
class |
FSSAMLRequest
This class had methods to create a
SAML Request
object from a Document Element and to create Request message
from this object. |
Modifier and Type | Method and Description |
---|---|
static Request |
FSRequest.parseXML(String xml)
Parses the
XML Document String to construct a
Request object. |
Modifier and Type | Method and Description |
---|---|
static Request |
Request.parseXML(String xml)
This method shall only be used at the server side to reconstruct
a Request object based on the XML document received from client.
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.