org.opensaml.ws.wstrust.impl
Class RequestedSecurityTokenBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<WSTrustObjectType>
org.opensaml.ws.wstrust.impl.AbstractWSTrustObjectBuilder<RequestedSecurityToken>
org.opensaml.ws.wstrust.impl.RequestedSecurityTokenBuilder
- All Implemented Interfaces:
- WSTrustObjectBuilder<RequestedSecurityToken>, XMLObjectBuilder<RequestedSecurityToken>
public class RequestedSecurityTokenBuilder
- extends AbstractWSTrustObjectBuilder<RequestedSecurityToken>
Builder for the RequestedSecurityToken element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestedSecurityTokenBuilder
public RequestedSecurityTokenBuilder()
buildObject
public RequestedSecurityToken buildObject()
- Builds a WS-Trust object of the given type.
- Specified by:
buildObject in interface WSTrustObjectBuilder<RequestedSecurityToken>- Specified by:
buildObject in class AbstractWSTrustObjectBuilder<RequestedSecurityToken>
- Returns:
- the built object
buildObject
public RequestedSecurityToken buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<RequestedSecurityToken>- Specified by:
buildObject in class AbstractXMLObjectBuilder<RequestedSecurityToken>
Copyright © 1999-2013. All Rights Reserved.