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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLObjectTypebuildObject()Builds 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 Detail
-
buildObject
@Nonnull SAMLObjectType buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.- Returns:
- built SAMLObject
-
-