org.opensaml.samlext.saml2mdquery
Interface QueryDescriptorType

All Superinterfaces:
AttributeExtensibleXMLObject, CacheableSAMLObject, RoleDescriptor, SAMLObject, SignableSAMLObject, SignableXMLObject, TimeBoundSAMLObject, ValidatingXMLObject, XMLObject
All Known Subinterfaces:
AttributeQueryDescriptorType, AuthnQueryDescriptorType, AuthzDecisionQueryDescriptorType
All Known Implementing Classes:
AttributeQueryDescriptorTypeImpl, AuthnQueryDescriptorTypeImpl, AuthzDecisionQueryDescriptorTypeImpl, QueryDescriptorTypeImpl

public interface QueryDescriptorType
extends RoleDescriptor

SAML 2.0 Metadata extension QueryDescriptorType.


Field Summary
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.
 
Fields inherited from interface org.opensaml.saml2.metadata.RoleDescriptor
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME
 
Fields inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
 
Fields inherited from interface org.opensaml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
 
Method Summary
 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.
 
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.common.SignableSAMLObject
getSignatureReferenceID
 
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject
getValidUntil, isValid, setValidUntil
 
Methods inherited from interface org.opensaml.saml2.common.CacheableSAMLObject
getCacheDuration, setCacheDuration
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
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
 
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject
getUnknownAttributes
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.


WANT_ASSERTIONS_SIGNED_ATTRIB_NAME

static final String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
"WantAssertionSigned" attribute's local name.

See Also:
Constant Field Values
Method Detail

getWantAssertionsSigned

Boolean getWantAssertionsSigned()
Gets whether assertions to this endpoint should be signed.

Returns:
whether assertions to this endpoint should be signed

getWantAssertionsSignedXSBoolean

XSBooleanValue getWantAssertionsSignedXSBoolean()
Gets whether assertions to this endpoint should be signed.

Returns:
whether assertions to this endpoint should be signed

setWantAssertionsSigned

void setWantAssertionsSigned(Boolean newWantAssertionsSigned)
Sets whether assertions to this endpoint should be signed.

Parameters:
newWantAssertionsSigned - whether assertions to this endpoint should be signed

setWantAssertionsSigned

void setWantAssertionsSigned(XSBooleanValue newWantAssertionsSigned)
Sets whether assertions to this endpoint should be signed.

Parameters:
newWantAssertionsSigned - whether assertions to this endpoint should be signed

getNameIDFormat

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


Copyright © 1999-2013. All Rights Reserved.