org.opensaml.samlext.saml2mdquery
Interface QueryDescriptorType
- All Superinterfaces:
- AttributeExtensibleXMLObject, CacheableSAMLObject, RoleDescriptor, SAMLObject, SignableSAMLObject, SignableXMLObject, TimeBoundSAMLObject, ValidatingXMLObject, XMLObject
- All Known Subinterfaces:
- AttributeQueryDescriptor, AuthnQueryDescriptor, AuthzDecisionQueryDescriptor
- All Known Implementing Classes:
- AttributeQueryDescriptorImpl, AuthnQueryDescriptorImpl, AuthzDecisionQueryDescriptorImpl
public interface QueryDescriptorType
- extends RoleDescriptor
SAML 2.0 Metadata extension QueryDescriptorType.
Methods inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
TYPE_LOCAL_NAME
static final java.lang.String TYPE_LOCAL_NAME
- Local name of the XSI type.
- See Also:
- Constant Field Values
TYPE_NAME
static final javax.xml.namespace.QName TYPE_NAME
- QName of the XSI type.
WANT_ASSERTION_SIGNED_ATTRIB_NAME
static final java.lang.String WANT_ASSERTION_SIGNED_ATTRIB_NAME
- "WantAssertionSigned" attribute's local name.
- See Also:
- Constant Field Values
getWantAssertionSigned
XSBooleanValue getWantAssertionSigned()
- Gets whether assertions to this endpoint should be signed.
- Returns:
- whether assertions to this endpoint should be signed
setWantAssertionSigned
void setWantAssertionSigned(XSBooleanValue wantAssertionSigned)
- Sets whether assertions to this endpoint should be signed.
- Parameters:
wantAssertionSigned
- whether assertions to this endpoint should be signed
getNameIDFormat
java.util.List<NameIDFormat> getNameIDFormat()
- Gets the list of name ID formats supported by this query service.
- Returns:
- the list of name ID formats supported by this query service