Class EncryptedAttributeBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>, org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>

    public class EncryptedAttributeBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>
    Builder for EncryptedAttributeImpl objects.
    • Constructor Detail

      • EncryptedAttributeBuilder

        public EncryptedAttributeBuilder()
        Constructor.
    • Method Detail

      • buildObject

        public org.opensaml.saml.saml2.core.EncryptedAttribute buildObject()
        Specified by:
        buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>
        Specified by:
        buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>
      • buildObject

        public org.opensaml.saml.saml2.core.EncryptedAttribute buildObject​(String namespaceURI,
                                                                           String localName,
                                                                           String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAttribute>