Package ddf.security.liberty.paos.impl
Class RequestBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestImpl>
ddf.security.liberty.paos.impl.RequestBuilder
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<RequestImpl>,org.opensaml.saml.common.SAMLObjectBuilder<RequestImpl>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
RequestBuilder
public RequestBuilder()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceorg.opensaml.saml.common.SAMLObjectBuilder<RequestImpl>- Specified by:
buildObjectin classorg.opensaml.saml.common.AbstractSAMLObjectBuilder<RequestImpl>
-
buildObject
@Nonnull public RequestImpl buildObject(@Nullable String uri, @Nonnull @NotEmpty String localName, @Nullable String prefix) - Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<RequestImpl>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<RequestImpl>
-