org.opensaml.ws.wssecurity.impl
Class UsernameBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<WSSecurityObjectType>
org.opensaml.ws.wssecurity.impl.AbstractWSSecurityObjectBuilder<Username>
org.opensaml.ws.wssecurity.impl.UsernameBuilder
- All Implemented Interfaces:
- WSSecurityObjectBuilder<Username>, XMLObjectBuilder<Username>
public class UsernameBuilder
- extends AbstractWSSecurityObjectBuilder<Username>
UsernameBuilder.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameBuilder
public UsernameBuilder()
buildObject
public Username buildObject()
- Builds a WS-Security object of the given type.
- Specified by:
buildObject
in interface WSSecurityObjectBuilder<Username>
- Specified by:
buildObject
in class AbstractWSSecurityObjectBuilder<Username>
- Returns:
- the built object
buildObject
public Username buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface XMLObjectBuilder<Username>
- Specified by:
buildObject
in class AbstractXMLObjectBuilder<Username>
Copyright © 1999-2013. All Rights Reserved.