public interface AuthnQuery extends SubjectQuery
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
SESSION_INDEX_ATTRIB_NAME
SessionIndex attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
getRequestedAuthnContext()
Gets the RequestedAuthnContext of this request.
|
String |
getSessionIndex()
Gets the SessionIndex of this request.
|
void |
setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
Sets the RequestedAuthnContext of this request.
|
void |
setSessionIndex(String newSessionIndex)
Sets the SessionIndex of this request.
|
getSubject, setSubject
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion
getSignatureReferenceID
getSignature, isSigned, setSignature
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String SESSION_INDEX_ATTRIB_NAME
String getSessionIndex()
void setSessionIndex(String newSessionIndex)
newSessionIndex
- the SessionIndex of this requestRequestedAuthnContext getRequestedAuthnContext()
void setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)
newRequestedAuthnContext
- the RequestedAuthnContext of this requestCopyright © 2018 JBoss by Red Hat. All rights reserved.