|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.ConditionsBean
public class ConditionsBean
Class ConditionsBean represents a SAML Conditions object (can be used to create both SAML v1.1 and v2.0 statements) Created on May 20, 2009
| Constructor Summary | |
|---|---|
ConditionsBean()
Constructor ConditionsBean creates a new ConditionsBean instance. |
|
ConditionsBean(org.joda.time.DateTime notBefore,
org.joda.time.DateTime notAfter)
Constructor ConditionsBean creates a new ConditionsBean instance. |
|
ConditionsBean(int tokenPeriodMinutes)
Constructor ConditionsBean creates a new ConditionsBean instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Method equals ... |
java.lang.String |
getAudienceURI()
Get the audienceURI instance |
org.joda.time.DateTime |
getNotAfter()
Get the notAfter instance |
org.joda.time.DateTime |
getNotBefore()
Get the notBefore instance |
int |
getTokenPeriodMinutes()
Get the tokenPeriodMinutes of this object. |
int |
hashCode()
|
void |
setAudienceURI(java.lang.String audienceURI)
Set the audienceURI instance |
void |
setNotAfter(org.joda.time.DateTime notAfter)
Set the notAfter instance |
void |
setNotBefore(org.joda.time.DateTime notBefore)
Set the notBefore instance |
void |
setTokenPeriodMinutes(int tokenPeriodMinutes)
Set the tokenPeriodMinutes. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionsBean()
public ConditionsBean(org.joda.time.DateTime notBefore,
org.joda.time.DateTime notAfter)
notBefore - The notBefore instancenotAfter - The notAfter instancepublic ConditionsBean(int tokenPeriodMinutes)
tokenPeriodMinutes - how long the token is valid for in minutes| Method Detail |
|---|
public org.joda.time.DateTime getNotBefore()
public void setNotBefore(org.joda.time.DateTime notBefore)
notBefore - the notBefore instance to setpublic org.joda.time.DateTime getNotAfter()
public void setNotAfter(org.joda.time.DateTime notAfter)
notAfter - the notAfter instance to setpublic int getTokenPeriodMinutes()
public void setTokenPeriodMinutes(int tokenPeriodMinutes)
tokenPeriodMinutes - the tokenPeriodMinutes to setpublic java.lang.String getAudienceURI()
public void setAudienceURI(java.lang.String audienceURI)
audienceURI - the audienceURI instance to setpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - of type Object
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||