Class ClaimTypeBuilder

java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<ClaimType>
org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder<ClaimType>
swiss.trustbroker.wstrustclient.xml.ClaimTypeBuilder
All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<ClaimType>, org.opensaml.soap.wstrust.WSTrustObjectBuilder<ClaimType>

public class ClaimTypeBuilder extends org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder<ClaimType>
  • Constructor Details

    • ClaimTypeBuilder

      public ClaimTypeBuilder()
  • Method Details

    • buildObject

      public ClaimType buildObject()
      Specified by:
      buildObject in interface org.opensaml.soap.wstrust.WSTrustObjectBuilder<ClaimType>
      Specified by:
      buildObject in class org.opensaml.soap.wstrust.impl.AbstractWSTrustObjectBuilder<ClaimType>
    • buildObject

      public ClaimType buildObject(String namespaceURI, String localName, String namespacePrefix)
      Specified by:
      buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<ClaimType>
      Specified by:
      buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<ClaimType>