Class AppliesToBuilderImpl

java.lang.Object
org.projecthusky.xua.communication.xua.impl.AppliesToBuilderImpl
All Implemented Interfaces:
AppliesToBuilder, SecurityObjectBuilder<org.opensaml.soap.wspolicy.AppliesTo,AppliesTo>

public class AppliesToBuilderImpl extends Object implements AppliesToBuilder, SecurityObjectBuilder<org.opensaml.soap.wspolicy.AppliesTo,AppliesTo>
Class implementing the corresponding interfaces AppliesToBuilder and SecurityObjectBuilder.
Die Klasse implementiert die entsprechenden Interfaces AppliesToBuilder und SecurityObjectBuilder.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    address(String aAddress)
    Method to set the endpoint address Methode um die Endpunktadresse zu setzen.
    Creates a concrete instance of XUserAssertionRequest with setted params. Erstellt die konkrete Instanz des XUserAssertionRequest mit den gesetzten Parametern.
    create(org.opensaml.soap.wspolicy.AppliesTo 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

    • AppliesToBuilderImpl

      public AppliesToBuilderImpl()
      Default constructor.
  • Method Details

    • address

      public AppliesToBuilder address(String aAddress)
      Method to set the endpoint address
      Methode um die Endpunktadresse zu setzen.
      Specified by:
      address in interface AppliesToBuilder
      Parameters:
      aAddress -
      The adress to be set.
      Die Adresse die gesetzt werden soll.
      Returns:
      See Also:
    • create

      public AppliesTo create()
      Creates a concrete instance of XUserAssertionRequest with setted params.
      Erstellt die konkrete Instanz des XUserAssertionRequest mit den gesetzten Parametern.
      Specified by:
      create in interface AppliesToBuilder
      Returns:
      a new AppliesTo instance with the params set
      eine neue AppliesTo Instanz mit den gesetzten Parametern
      See Also:
    • create

      public AppliesTo create(org.opensaml.soap.wspolicy.AppliesTo aInternalObject)
      Description copied from interface: SecurityObjectBuilder
      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.soap.wspolicy.AppliesTo,AppliesTo>
      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