Interface XACMLObjectBuilder<XACMLObjectType extends XACMLObject>

  • Type Parameters:
    XACMLObjectType - type of XACML object built
    All Superinterfaces:
    org.opensaml.core.xml.XMLObjectBuilder<XACMLObjectType>

    public interface XACMLObjectBuilder<XACMLObjectType extends XACMLObject>
    extends org.opensaml.core.xml.XMLObjectBuilder<XACMLObjectType>
    Builder of XACML objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      XACMLObjectType buildObject()
      Builds a XACML object, using its default attribute name.
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject, buildObject
    • Method Detail

      • buildObject

        XACMLObjectType buildObject()
        Builds a XACML object, using its default attribute name.
        Returns:
        constructed XACML object