|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
com.sun.identity.saml.protocol.SubjectQuery
com.sun.identity.saml.protocol.AuthenticationQuery
public class AuthenticationQuery
This concrete class extends from the abstract base class
SubjectQuery.
It represents the query for an authentication assertion. It corresponds
to the <samlp:AuthenticationQueryType> in the SAML
protocol schema.
| フィールドの概要 | |
|---|---|
protected String |
authMethod
|
| クラス com.sun.identity.saml.protocol.SubjectQuery から継承されたフィールド |
|---|
subject |
| クラス com.sun.identity.saml.protocol.Query から継承されたフィールド |
|---|
ATTRIBUTE_QUERY, AUTHENTICATION_QUERY, AUTHORIZATION_DECISION_QUERY, NOT_SUPPORTED_QUERY |
| コンストラクタの概要 | |
|---|---|
protected |
AuthenticationQuery()
Default Constructor |
|
AuthenticationQuery(Element element)
This constructor is used to build an Authentication Query from a DOM tree that was built from the XML string. |
|
AuthenticationQuery(Subject subject)
Constructor. |
|
AuthenticationQuery(Subject subject,
String authMethod)
Constructor. |
| メソッドの概要 | |
|---|---|
String |
getAuthenticationMethod()
Returns the AuthenticationMethod. |
int |
getQueryType()
Returns the type of this query. |
String |
toString()
Translates the AuthenticationQuery to an XML document
String based on the AuthenticationQuery schema described
above. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the |
| クラス com.sun.identity.saml.protocol.SubjectQuery から継承されたメソッド |
|---|
getSubject |
| フィールドの詳細 |
|---|
protected String authMethod
| コンストラクタの詳細 |
|---|
protected AuthenticationQuery()
public AuthenticationQuery(Element element)
throws SAMLException
element - the DOM tree element which contains an Authentication
Query.
SAMLException - when an error occurs.
public AuthenticationQuery(Subject subject,
String authMethod)
throws SAMLException
subject - the Subject of the AuthenticationQuery.authMethod - the AuthenticationMethod in string
format. It could be null.
SAMLException
public AuthenticationQuery(Subject subject)
throws SAMLException
subject - The Subject of the AuthenticationQuery.
SAMLException| メソッドの詳細 |
|---|
public String getAuthenticationMethod()
AuthenticationMethod.
AuthenticationMethod in string format; or null
if there is none.public int getQueryType()
Query 内の getQueryTypeQuery.AUTHENTICATION_QUERY.public String toString()
AuthenticationQuery to an XML document
String based on the AuthenticationQuery schema described
above.
Object 内の toStringAuthenticationQuery.
public String toString(boolean includeNS,
boolean declareNS)
Query 内の toStringincludeNS - 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||