|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Conditions
This interface defines how the object representing a SAML1 Conditions element behaves.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
NOTBEFORE_ATTRIB_NAME
Name for the NotBefore attribute. |
static java.lang.String |
NOTONORAFTER_ATTRIB_NAME
Name for the NotBefore attribute. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type |
| Method Summary | |
|---|---|
java.util.List<AudienceRestrictionCondition> |
getAudienceRestrictionConditions()
Return the List representing all the AudienceRestrictionCondition sub elements. |
java.util.List<Condition> |
getConditions()
Return the List representing all the Condition sub elements. |
java.util.List<Condition> |
getConditions(javax.xml.namespace.QName typeOrName)
Return the List representing all the Conditions with the given schema type or element name. |
java.util.List<DoNotCacheCondition> |
getDoNotCacheConditions()
Return the List representing all the DoNotCacheCondition sub elements. |
org.joda.time.DateTime |
getNotBefore()
Return the value of the NotBefore attribute. |
org.joda.time.DateTime |
getNotOnOrAfter()
Return the value of the NotOnOrAfter attribute. |
void |
setNotBefore(org.joda.time.DateTime notBefore)
List the value of the NotBefore attribute. |
void |
setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
List the value of the NotOnOrAfter attribute. |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String NOTBEFORE_ATTRIB_NAME
static final java.lang.String NOTONORAFTER_ATTRIB_NAME
| Method Detail |
|---|
org.joda.time.DateTime getNotBefore()
void setNotBefore(org.joda.time.DateTime notBefore)
org.joda.time.DateTime getNotOnOrAfter()
void setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
java.util.List<Condition> getConditions()
Condition sub elements.
java.util.List<Condition> getConditions(javax.xml.namespace.QName typeOrName)
Conditions with the given schema type or element name.
typeOrName - the schema type or element namejava.util.List<AudienceRestrictionCondition> getAudienceRestrictionConditions()
AudienceRestrictionCondition sub elements.
java.util.List<DoNotCacheCondition> getDoNotCacheConditions()
DoNotCacheCondition sub elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||