Class ConditionImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.ConditionImpl
All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.Condition>, Condition

public class ConditionImpl extends Object implements Condition, SecurityObject<org.opensaml.saml.saml2.core.Condition>
Implementation class of Condition
Implementations Klasse von Condition
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ConditionImpl(org.opensaml.saml.saml2.core.Condition aInternalObject)
    Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.core.Condition
    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

    • ConditionImpl

      protected ConditionImpl(org.opensaml.saml.saml2.core.Condition aInternalObject)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      aInternalObject - the Condition
  • Method Details

    • getWrappedObject

      public org.opensaml.saml.saml2.core.Condition getWrappedObject()
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Specified by:
      getWrappedObject in interface SecurityObject<org.opensaml.saml.saml2.core.Condition>
      Returns:
      returns the wrapped inner object (depends on implementation)
      See Also: