public interface Conditions extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
NOT_BEFORE_ATTRIB_NAME
NotBefore attribute name.
|
static String |
NOT_ON_OR_AFTER_ATTRIB_NAME
NotOnOrAfter attribute name.
|
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<AudienceRestriction> |
getAudienceRestrictions()
Gets the audience restriction conditions for the assertion.
|
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.
|
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 String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String NOT_BEFORE_ATTRIB_NAME
static final String NOT_ON_OR_AFTER_ATTRIB_NAME
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 invalidList<Condition> getConditions()
List<AudienceRestriction> getAudienceRestrictions()
OneTimeUse getOneTimeUse()
ProxyRestriction getProxyRestriction()
Copyright © 2018 JBoss by Red Hat. All rights reserved.