Package org.projecthusky.xua.saml2.impl
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
ConstructorsModifierConstructorDescriptionprotected
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 TypeMethodDescriptionorg.opensaml.saml.saml2.core.Condition
Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
-
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 interfaceSecurityObject<org.opensaml.saml.saml2.core.Condition>
- Returns:
- returns the wrapped inner object (depends on implementation)
- See Also:
-