@Deprecated public class FSScoping extends Object
FSScoping
creates scoping element for the
authentication request.Constructor and Description |
---|
FSScoping()
Deprecated.
Default constructor
|
FSScoping(Element root)
Deprecated.
Constructor creates
FSScoping object from
the Document Element. |
FSScoping(FSIDPList idpList,
int proxyCount)
Deprecated.
Constructor creates
FSScoping object. |
Modifier and Type | Method and Description |
---|---|
FSIDPList |
getIDPList()
Deprecated.
Returns the preferred IDPs list in an authentication request.
|
int |
getProxyCount()
Deprecated.
Returns the proxy count.
|
static FSScoping |
parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
Deprecated.
Returns
FSScoping object. |
void |
setIDPList(FSIDPList idpList)
Deprecated.
Sets preferred ordered List of IDPs that is known to SP for proxying.
|
void |
setProxyCount(int count)
Deprecated.
Sets the proxy count.
|
String |
toURLEncodedQueryString()
Deprecated.
Returns an URL Encoded String.
|
String |
toXMLString()
Deprecated.
Returns a
XML string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Deprecated.
Creates a String representation of this object.
|
public FSScoping()
public FSScoping(FSIDPList idpList, int proxyCount)
FSScoping
object.idpList
- the FSIDPList
object.proxyCount
- the number of proxiespublic FSScoping(Element root) throws FSMsgException
FSScoping
object from
the Document Element.root
- the Document Element .FSMsgException
- if there is a failure creating this object.public void setProxyCount(int count)
count
- number of proxiespublic int getProxyCount()
public void setIDPList(FSIDPList idpList)
idpList
- the FSIDPList
object.public FSIDPList getIDPList()
FSIDPList
object.public String toXMLString() throws FSMsgException
XML
string representation of this object.FSMsgException
- if there is an error creating
the XML string or if the required elements to create
the string do not conform to the schema.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.public String toURLEncodedQueryString() throws FSMsgException
FSMsgException
- if there is an error.public static FSScoping parseURLEncodedRequest(javax.servlet.http.HttpServletRequest request)
FSScoping
object. The
object is creating by parsing the HttpServletRequest
object.request
- the HttpServletRequest
object.Copyright © 2010-2018, ForgeRock All Rights Reserved.