public abstract class Query extends Object
<samlp:QueryAbstractType>
in SAML protocol schema.Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
Query()
default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.