Class XACMLAuthzDecisionStatementTypeImplBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>
-
- org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>,org.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>
public class XACMLAuthzDecisionStatementTypeImplBuilder extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>vBuilder forXACMLAuthzDecisionStatementTypeImplobjects.
-
-
Constructor Summary
Constructors Constructor Description XACMLAuthzDecisionStatementTypeImplBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementTypebuildObject()org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementTypebuildObject(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.xacml.profile.saml.XACMLAuthzDecisionStatementType buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.saml.common.SAMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>- Specified by:
buildObjectin classorg.opensaml.saml.common.AbstractSAMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>
-
buildObject
public org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType>
-
-