|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.federation.message.FSScoping
public class FSScoping
This class FSScoping creates scoping element for the
authentication request.
| コンストラクタの概要 | |
|---|---|
FSScoping()
Default constructor |
|
FSScoping(Element root)
Constructor creates FSScoping object from
the Document Element. |
|
FSScoping(FSIDPList idpList,
int proxyCount)
Constructor creates FSScoping object. |
|
| メソッドの概要 | |
|---|---|
FSIDPList |
getIDPList()
Returns the preferred IDPs list in an authentication request. |
int |
getProxyCount()
Returns the proxy count. |
static FSScoping |
parseURLEncodedRequest(HttpServletRequest request)
Returns FSScoping object. |
void |
setIDPList(FSIDPList idpList)
Sets preferred ordered List of IDPs that is known to SP for proxying. |
void |
setProxyCount(int count)
Sets the proxy count. |
String |
toURLEncodedQueryString()
Returns an URL Encoded String. |
String |
toXMLString()
Returns a XML string representation of this object. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
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 proxies
public 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(HttpServletRequest request)
FSScoping object. The
object is creating by parsing the HttpServletRequest
object.
request - the HttpServletRequest object.
FSMsgException - if there is an error creating this object.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||