Package org.projecthusky.xua.saml2.impl
Class AudienceRestrictionImpl
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
org.projecthusky.xua.saml2.impl.AudienceRestrictionImpl
- All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.AudienceRestriction>
public class AudienceRestrictionImpl
extends org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
implements SecurityObject<org.opensaml.saml.saml2.core.AudienceRestriction>
Implementation class of AudienceRestriction
Implementations Klasse von AudienceRestriction
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
audience -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAudienceRestrictionImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType aInternalObject) Constructor with AudienceRestrictionType as param.protectedAudienceRestrictionImpl(org.opensaml.saml.saml2.core.AudienceRestriction aInternalObject) Constructor with wrapped opensaml instance as param. -
Method Summary
Modifier and TypeMethodDescriptionMethod to get audiences.org.opensaml.saml.saml2.core.AudienceRestrictionMethod to get the wrapped object.Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType
getAudience
-
Constructor Details
-
AudienceRestrictionImpl
protected AudienceRestrictionImpl(org.opensaml.saml.saml2.core.AudienceRestriction aInternalObject) Constructor with wrapped opensaml instance as param.- Parameters:
aInternalObject- the opensaml instance
-
AudienceRestrictionImpl
protected AudienceRestrictionImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AudienceRestrictionType aInternalObject) Constructor with AudienceRestrictionType as param.- Parameters:
aInternalObject- the AudienceRestrictionType to be set
-
-
Method Details
-
getAudiences
Method to get audiences.- Returns:
- the list of audiences
-
getWrappedObject
public org.opensaml.saml.saml2.core.AudienceRestriction getWrappedObject()Method to get the wrapped object.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.saml.saml2.core.AudienceRestriction>- Returns:
- returns the wrapped inner object (depends on implementation)
-