|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Conditions
SAML 2.0 Core Conditions.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
NOT_BEFORE_ATTRIB_NAME
NotBefore attribute name. |
static java.lang.String |
NOT_ON_OR_AFTER_ATTRIB_NAME
NotOnOrAfter attribute name. |
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<AudienceRestriction> |
getAudienceRestrictions()
Gets the audience restriction conditions for the assertion. |
java.util.List<Condition> |
getConditions()
Gets all the conditions on the assertion. |
org.joda.time.DateTime |
getNotBefore()
Get the date/time before which the assertion is invalid. |
org.joda.time.DateTime |
getNotOnOrAfter()
Gets the date/time on, or after, which the assertion is invalid. |
OneTimeUse |
getOneTimeUse()
Gets the OneTimeUse condition for the assertion. |
ProxyRestriction |
getProxyRestriction()
Gets the ProxyRestriction condition for the assertion. |
void |
setNotBefore(org.joda.time.DateTime newNotBefore)
Sets the date/time before which the assertion is invalid. |
void |
setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
Sets the date/time on, or after, which the assertion is invalid. |
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, 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 NOT_BEFORE_ATTRIB_NAME
static final java.lang.String NOT_ON_OR_AFTER_ATTRIB_NAME
Method Detail |
---|
org.joda.time.DateTime getNotBefore()
void setNotBefore(org.joda.time.DateTime newNotBefore)
newNotBefore
- the date/time before which the assertion is invalidorg.joda.time.DateTime getNotOnOrAfter()
void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
newNotOnOrAfter
- the date/time on, or after, which the assertion is invalidjava.util.List<Condition> getConditions()
java.util.List<AudienceRestriction> getAudienceRestrictions()
OneTimeUse getOneTimeUse()
ProxyRestriction getProxyRestriction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |