public abstract class Query extends Object
<samlp:QueryAbstractType>
in SAML protocol schema.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 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-2018, ForgeRock All Rights Reserved.