Package org.opensaml.saml.common
Interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
- Type Parameters:
SAMLObjectType- the type of SAMLObject being built
- All Superinterfaces:
XMLObjectBuilder<SAMLObjectType>
- All Known Implementing Classes:
AbstractSAMLObjectBuilder
public interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
extends XMLObjectBuilder<SAMLObjectType>
Builder for SAMLObjects.
-
Method Summary
Modifier and TypeMethodDescriptionBuilds a SAMLObject using the default name and namespace information provided SAML specifications.Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject, buildObject
-
Method Details
-
buildObject
Builds a SAMLObject using the default name and namespace information provided SAML specifications.- Returns:
- built SAMLObject
-