Class EncryptedAssertionBuilderImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.EncryptedAssertionBuilderImpl
All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAssertion,EncryptedAssertion>, EncryptedAssertionBuilder, SimpleBuilder<EncryptedAssertion>

public class EncryptedAssertionBuilderImpl extends Object implements EncryptedAssertionBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAssertion,EncryptedAssertion>
Class implementing the corresponding interface for EncryptedAssertion building.
Die Klasse implementiert das entsprechende Interface um EncryptedAssertions bilden zu können.
  • Constructor Details

    • EncryptedAssertionBuilderImpl

      public EncryptedAssertionBuilderImpl()
      Default constructor
  • Method Details

    • create

      public EncryptedAssertion 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<EncryptedAssertion>
      Returns:
      a new instance of T with the params set
      eine neue Instanz von T mit den gesetzten Parametern
      See Also:
    • create

      public EncryptedAssertion create(org.opensaml.saml.saml2.core.EncryptedAssertion 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.EncryptedAssertion,EncryptedAssertion>
      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: