Class AbstractXACMLObjectBuilder<XACMLObjectType extends org.opensaml.xacml.XACMLObject>

    • Constructor Detail

      • AbstractXACMLObjectBuilder

        public AbstractXACMLObjectBuilder()
    • Method Detail

      • buildObject

        public abstract XACMLObjectType buildObject()
        Builds a XACMLObject using the default name and namespace information provided XACML specifications.
        Specified by:
        buildObject in interface org.opensaml.xacml.XACMLObjectBuilder<XACMLObjectType extends org.opensaml.xacml.XACMLObject>
        Returns:
        built XACMLObject