Interface AttributeQueryDescriptorElement
-
- All Superinterfaces:
AttributeQueryDescriptorType,Element,QueryDescriptorType,RoleDescriptorType
- All Known Implementing Classes:
AttributeQueryDescriptorElementImpl
public interface AttributeQueryDescriptorElement extends Element, AttributeQueryDescriptorType
Java content class for AttributeQueryDescriptor element declaration.The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/saml2/sstc-saml-metadata-ext-query.xsd line 72)
<element name="AttributeQueryDescriptor" type="{urn:oasis:names:tc:SAML:metadata:ext:query}AttributeQueryDescriptorType"/>
-
-
Method Summary
-
Methods inherited from interface com.sun.identity.saml2.jaxb.metadataextquery.AttributeQueryDescriptorType
getAttributeConsumingService
-
Methods inherited from interface com.sun.identity.saml2.jaxb.metadataextquery.QueryDescriptorType
getNameIDFormat, isWantAssertionsSigned, setWantAssertionsSigned
-
Methods inherited from interface com.sun.identity.saml2.jaxb.metadata.RoleDescriptorType
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
-
-