public interface Conditions extends SAMLObject
Conditions
element behaves.修飾子とタイプ | フィールドと説明 |
---|---|
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
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AudienceRestrictionCondition> |
getAudienceRestrictionConditions()
Return the List representing all the
AudienceRestrictionCondition sub elements. |
List<Condition> |
getConditions()
Return the List representing all the
Condition sub elements. |
List<Condition> |
getConditions(QName typeOrName)
Return the List representing all the
Condition s with the given schema type or element name. |
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.
|
deregisterValidator, getValidators, registerValidator, validate
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String NOTBEFORE_ATTRIB_NAME
org.joda.time.DateTime getNotBefore()
void setNotBefore(org.joda.time.DateTime notBefore)
org.joda.time.DateTime getNotOnOrAfter()
void setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
List<Condition> getConditions()
Condition
sub elements.List<Condition> getConditions(QName typeOrName)
Condition
s with the given schema type or element name.typeOrName
- the schema type or element nameList<AudienceRestrictionCondition> getAudienceRestrictionConditions()
AudienceRestrictionCondition
sub elements.List<DoNotCacheCondition> getDoNotCacheConditions()
DoNotCacheCondition
sub elements.Copyright © 2012. All Rights Reserved.