public interface QueryDescriptorType extends RoleDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
"WantAssertionSigned" attribute's local name.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
Modifier and Type | Method and Description |
---|---|
List<NameIDFormat> |
getNameIDFormat()
Gets the list of name ID formats supported by this query service.
|
Boolean |
getWantAssertionsSigned()
Gets whether assertions to this endpoint should be signed.
|
XSBooleanValue |
getWantAssertionsSignedXSBoolean()
Gets whether assertions to this endpoint should be signed.
|
void |
setWantAssertionsSigned(Boolean newWantAssertionsSigned)
Sets whether assertions to this endpoint should be signed.
|
void |
setWantAssertionsSigned(XSBooleanValue newWantAssertionsSigned)
Sets whether assertions to this endpoint should be signed.
|
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization
getSignatureReferenceID
getSignature, isSigned, setSignature
getValidUntil, isValid, setValidUntil
getCacheDuration, setCacheDuration
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
getUnknownAttributes
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
Boolean getWantAssertionsSigned()
XSBooleanValue getWantAssertionsSignedXSBoolean()
void setWantAssertionsSigned(Boolean newWantAssertionsSigned)
newWantAssertionsSigned
- whether assertions to this endpoint should be signedvoid setWantAssertionsSigned(XSBooleanValue newWantAssertionsSigned)
newWantAssertionsSigned
- whether assertions to this endpoint should be signedList<NameIDFormat> getNameIDFormat()
Copyright © 2018 JBoss by Red Hat. All rights reserved.