|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines behaviour of a Validity Period used by ExpirableCredentials. If notBefore Date is later than notAfter, then the credential is invalidated.
ExpirableCredentials
Method Summary | |
java.util.Date |
getNotAfter()
This method returns the Date corresponding to the end of the validity period. |
java.util.Date |
getNotBefore()
This method returns the Date corresponding to the start of the validity period. |
Methods inherited from interface issrg.pba.Credentials |
clone, contains, intersection, union |
Method Detail |
public java.util.Date getNotBefore()
public java.util.Date getNotAfter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |