Interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject>

Type Parameters:
WSTrustObjectType - type of object
All Superinterfaces:
XMLObjectBuilder<WSTrustObjectType>

public interface WSTrustObjectBuilder<WSTrustObjectType extends WSTrustObject> extends XMLObjectBuilder<WSTrustObjectType>
WSTrustObjectBuilder.
  • Method Details

    • buildObject

      @Nonnull WSTrustObjectType buildObject()
      Builds a WS-Trust object of the given type.
      Returns:
      the built object