Class PostLogoutRedirectUriBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.saml.common.AbstractSAMLObjectBuilder<PostLogoutRedirectUri>
net.shibboleth.oidc.saml.xmlobject.impl.PostLogoutRedirectUriBuilder
- All Implemented Interfaces:
XMLObjectBuilder<PostLogoutRedirectUri>,SAMLObjectBuilder<PostLogoutRedirectUri>
Builder of
PostLogoutRedirectUriImpl.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(String namespaceURI, String localName, String namespacePrefix) 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
-
PostLogoutRedirectUriBuilder
public PostLogoutRedirectUriBuilder()Constructor.
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceSAMLObjectBuilder<PostLogoutRedirectUri>- Specified by:
buildObjectin classAbstractSAMLObjectBuilder<PostLogoutRedirectUri>
-
buildObject
public PostLogoutRedirectUri buildObject(String namespaceURI, String localName, String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<PostLogoutRedirectUri>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<PostLogoutRedirectUri>
-