Class ResponseBuilderImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.ResponseBuilderImpl
All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.Response,Response>, ResponseBuilder, SimpleBuilder<Response>

public class ResponseBuilderImpl extends Object implements ResponseBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.Response,Response>
Since:
Feb 22, 2018 9:26:34 AM
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
    create(org.opensaml.saml.saml2.core.Response aInternalObject)
    Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResponseBuilderImpl

      public ResponseBuilderImpl()
      Default constructor.
  • Method Details

    • create

      public Response create()
      Creates a concrete instance of T with setted params.
      Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
      Specified by:
      create in interface SimpleBuilder<Response>
      Returns:
      a new instance of T with the params set
      eine neue Instanz von T mit den gesetzten Parametern
      See Also:
    • create

      public Response create(org.opensaml.saml.saml2.core.Response aInternalObject)
      Method to create an instance of type T.
      Methode um eine Instanc des Typs T zu erstellen.
      Specified by:
      create in interface SecurityObjectBuilder<org.opensaml.saml.saml2.core.Response,Response>
      Parameters:
      aInternalObject -
      the internal wrapped object of type T
      das Innere, gewrappte Object vom Typ T
      Returns:
      the Object ot the type U
      the instance of type U
      die erstellte Instanz vom Typ U
      See Also: