Class AppliesToImpl

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

public class AppliesToImpl extends Object implements AppliesTo, SecurityObject<org.opensaml.soap.wspolicy.AppliesTo>
Implementation class of Interface AppliesTo
Implementations Klasse von Interface AppliesTo
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AppliesToImpl(org.opensaml.soap.wspolicy.AppliesTo aAppliesTo)
    Constructor with parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the endpoint address. Methode um die Endpunkt Adresse zu erhalten.
    org.opensaml.soap.wspolicy.AppliesTo
    Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.

    Methods inherited from class java.lang.Object

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

    • AppliesToImpl

      protected AppliesToImpl(org.opensaml.soap.wspolicy.AppliesTo aAppliesTo)
      Constructor with parameter.
      Parameters:
      aAppliesTo - the opensaml appliesto instance
  • Method Details

    • getAddress

      public String getAddress()
      Description copied from interface: AppliesTo
      Method to get the endpoint address.
      Methode um die Endpunkt Adresse zu erhalten.
      Specified by:
      getAddress in interface AppliesTo
      Returns:
      the address as string.
      Die Adresse als String.
    • getWrappedObject

      public org.opensaml.soap.wspolicy.AppliesTo getWrappedObject()
      Description copied from interface: SecurityObject
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Specified by:
      getWrappedObject in interface SecurityObject<org.opensaml.soap.wspolicy.AppliesTo>
      Returns:
      returns the wrapped inner object (depends on implementation)