Package org.keycloak.dom.saml.common
Class CommonConditionsType
java.lang.Object
org.keycloak.dom.saml.common.CommonConditionsType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConditionsType
,SAML11ConditionsType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notBefore property.Gets the value of the notOnOrAfter property.void
setNotBefore
(XMLGregorianCalendar value) Sets the value of the notBefore property.void
Sets the value of the notOnOrAfter property.
-
Field Details
-
notBefore
-
notOnOrAfter
-
-
Constructor Details
-
CommonConditionsType
public CommonConditionsType()
-
-
Method Details
-
getNotBefore
Gets the value of the notBefore property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotBefore
Sets the value of the notBefore property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getNotOnOrAfter
Gets the value of the notOnOrAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotOnOrAfter
Sets the value of the notOnOrAfter property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-