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_NAMEVALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_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.
|
org.opensaml.core.xml.schema.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(org.opensaml.core.xml.schema.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, setOrganizationgetSignatureReferenceIDgetSignature, isSigned, setSignaturegetValidUntil, isValid, setValidUntilgetCacheDuration, setCacheDurationdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
Boolean getWantAssertionsSigned()
org.opensaml.core.xml.schema.XSBooleanValue getWantAssertionsSignedXSBoolean()
void setWantAssertionsSigned(Boolean newWantAssertionsSigned)
newWantAssertionsSigned - whether assertions to this endpoint should be signedvoid setWantAssertionsSigned(org.opensaml.core.xml.schema.XSBooleanValue newWantAssertionsSigned)
newWantAssertionsSigned - whether assertions to this endpoint should be signedList<NameIDFormat> getNameIDFormat()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.