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