Class AttributeAuthorityDescriptorBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>
-
- org.opensaml.saml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>,org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>
public class AttributeAuthorityDescriptorBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>Builder forAttributeAuthorityDescriptorImpls.
-
-
Constructor Summary
Constructors Constructor Description AttributeAuthorityDescriptorBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptorbuildObject()org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptorbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>- Specified by:
buildObjectin classorg.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>
-
buildObject
public org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.saml.saml2.metadata.AttributeAuthorityDescriptor>
-
-