|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| Uses of Condition in org.opensaml.saml1.core |
|---|
| Subinterfaces of Condition in org.opensaml.saml1.core | |
|---|---|
interface |
AudienceRestrictionCondition
This interface describes how ab object representing a SAML1 AudienceRestrictionCondition element will
behave. |
interface |
DoNotCacheCondition
This interface describes how ab object representing a SAML1 DoNotCacheCondition element will behave. |
| Methods in org.opensaml.saml1.core that return types with arguments of type Condition | |
|---|---|
java.util.List<Condition> |
Conditions.getConditions()
Return the List representing all the Condition sub elements. |
java.util.List<Condition> |
Conditions.getConditions(javax.xml.namespace.QName typeOrName)
Return the List representing all the Conditions with the given schema type or element name. |
| Uses of Condition in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement Condition | |
|---|---|
class |
AudienceRestrictionConditionImpl
Concrete implementation of the org.opensaml.saml1.core.AudienceRestrictionCondition |
class |
DoNotCacheConditionImpl
Concrete Implementation of a DoNotCacheCondition Objects. |
| Methods in org.opensaml.saml1.core.impl that return types with arguments of type Condition | |
|---|---|
java.util.List<Condition> |
ConditionsImpl.getConditions()
Return the List representing all the Condition sub elements. |
java.util.List<Condition> |
ConditionsImpl.getConditions(javax.xml.namespace.QName typeOrName)
Return the List representing all the Conditions with the given schema type or element name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||