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