Package org.opensaml.xacml
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 XACMLObjectTypebuildObject()Builds a XACML object, using its default attribute name.
-
-
-
Method Detail
-
buildObject
XACMLObjectType buildObject()
Builds a XACML object, using its default attribute name.- Returns:
- constructed XACML object
-
-