org.opensaml.xacml.profile.saml.impl
Class XACMLAuthzDecisionQueryTypeImplBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.common.impl.AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
- All Implemented Interfaces:
- SAMLObjectBuilder<XACMLAuthzDecisionQueryType>, XACMLObjectBuilder<XACMLAuthzDecisionQueryType>, XMLObjectBuilder<XACMLAuthzDecisionQueryType>
public class XACMLAuthzDecisionQueryTypeImplBuilder
- extends AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
- implements XACMLObjectBuilder<XACMLAuthzDecisionQueryType>
Builder for XACMLAuthzDecisionQueryType objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XACMLAuthzDecisionQueryTypeImplBuilder
public XACMLAuthzDecisionQueryTypeImplBuilder()
- Constructor.
buildObject
public XACMLAuthzDecisionQueryType buildObject()
- Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- Specified by:
buildObject in interface SAMLObjectBuilder<XACMLAuthzDecisionQueryType>- Specified by:
buildObject in interface XACMLObjectBuilder<XACMLAuthzDecisionQueryType>- Specified by:
buildObject in class AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
- Returns:
- built SAMLObject
buildObject
public XACMLAuthzDecisionQueryType buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<XACMLAuthzDecisionQueryType>- Specified by:
buildObject in class AbstractXMLObjectBuilder<XACMLAuthzDecisionQueryType>
Copyright © 1999-2013. All Rights Reserved.