org.opensaml.samlext.saml2mdui.impl
Class LogoBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
org.opensaml.common.impl.AbstractSAMLObjectBuilder<Logo>
org.opensaml.samlext.saml2mdui.impl.LogoBuilder
- All Implemented Interfaces:
- SAMLObjectBuilder<Logo>, XMLObjectBuilder<Logo>
public class LogoBuilder
- extends AbstractSAMLObjectBuilder<Logo>
Builder of Logo objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogoBuilder
public LogoBuilder()
- Constructor.
buildObject
public Logo buildObject()
- Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- Specified by:
buildObject in interface SAMLObjectBuilder<Logo>- Specified by:
buildObject in class AbstractSAMLObjectBuilder<Logo>
- Returns:
- built SAMLObject
buildObject
public Logo buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<Logo>- Specified by:
buildObject in class AbstractXMLObjectBuilder<Logo>
Copyright © 1999-2013. All Rights Reserved.