|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.saml.protocol.Query
public abstract class Query
This is an abstract base class for SAML query. It corresponds to the
<samlp:QueryAbstractType> in SAML protocol schema.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_QUERY
The Query is an Attribute Query. |
static int |
AUTHENTICATION_QUERY
The Query is an Authentication Query. |
static int |
AUTHORIZATION_DECISION_QUERY
The Query is an Authorization Decision Query. |
static int |
NOT_SUPPORTED_QUERY
The Query is unsupported. |
| Constructor Summary | |
|---|---|
protected |
Query()
default constructor. |
| Method Summary | |
|---|---|
abstract int |
getQueryType()
Returns the type of the Query such as AuthenticationQuery or
AuthorizationDecisionQuery. |
abstract String |
toString(boolean includeNS,
boolean declareNS)
Creates a String representation of the element. |
| Field Detail |
|---|
public static final int NOT_SUPPORTED_QUERY
public static final int AUTHENTICATION_QUERY
public static final int AUTHORIZATION_DECISION_QUERY
public static final int ATTRIBUTE_QUERY
| Constructor Detail |
|---|
protected Query()
| Method Detail |
|---|
public abstract int getQueryType()
AuthenticationQuery or
AuthorizationDecisionQuery.
public abstract String toString(boolean includeNS,
boolean declareNS)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||