org.picketlink.identity.federation.saml.v1.assertion
Class SAML11ConditionsType
java.lang.Object
org.picketlink.identity.federation.saml.common.CommonConditionsType
org.picketlink.identity.federation.saml.v1.assertion.SAML11ConditionsType
- All Implemented Interfaces:
- Serializable
public class SAML11ConditionsType
- extends CommonConditionsType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conditions
public List<SAML11ConditionAbstractType> conditions
SAML11ConditionsType
public SAML11ConditionsType()
add
public void add(SAML11ConditionAbstractType condition)
addAll
public void addAll(List<SAML11ConditionAbstractType> theConditions)
remove
public boolean remove(SAML11ConditionsAbstractType condition)
get
public List<SAML11ConditionAbstractType> get()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.