public interface Conditions extends SAMLObject
Conditions
element behaves.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
NOTBEFORE_ATTRIB_NAME
Name for the NotBefore attribute.
|
static String |
NOTONORAFTER_ATTRIB_NAME
Name for the NotBefore attribute.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
List<AudienceRestrictionCondition> |
getAudienceRestrictionConditions()
Get the audience restriction conditions.
|
List<Condition> |
getConditions()
Get the conditions.
|
List<Condition> |
getConditions(QName typeOrName)
Get the conditions with the given schema type or element name.
|
List<DoNotCacheCondition> |
getDoNotCacheConditions()
Get the "do not cache" conditions.
|
org.joda.time.DateTime |
getNotBefore()
Get the "not before" condition.
|
org.joda.time.DateTime |
getNotOnOrAfter()
Get the "not on or after" condition.
|
void |
setNotBefore(org.joda.time.DateTime notBefore)
Set the "not before" condition.
|
void |
setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
Set the "not on or after" condition.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String NOTBEFORE_ATTRIB_NAME
static final String NOTONORAFTER_ATTRIB_NAME
org.joda.time.DateTime getNotBefore()
void setNotBefore(org.joda.time.DateTime notBefore)
notBefore
- the "not before" conditionorg.joda.time.DateTime getNotOnOrAfter()
void setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
notOnOrAfter
- the "not on or after" conditionList<Condition> getConditions(QName typeOrName)
typeOrName
- the schema type or element nameList<AudienceRestrictionCondition> getAudienceRestrictionConditions()
List<DoNotCacheCondition> getDoNotCacheConditions()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.