|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.SubsetCredentials issrg.pba.rbac.DefaultValidityPeriodBehaviour issrg.pba.rbac.RelativeValidityPeriod issrg.pba.rbac.NowValidityPeriod
public class NowValidityPeriod
This class represents a single point in time. This validity period has the same notBefore and notAfter times, which are equal to the current time as returned by the Clock.
Field Summary |
---|
Fields inherited from class issrg.pba.rbac.RelativeValidityPeriod |
---|
na, nb, notAfter, theClock, unlimited |
Constructor Summary | |
---|---|
NowValidityPeriod()
This constructor creates a RelativeValidityPeriod with notBefore and notAfter times equal to the current time. |
Method Summary |
---|
Methods inherited from class issrg.pba.rbac.RelativeValidityPeriod |
---|
clone, getNotAfter, getNotBefore, toString |
Methods inherited from class issrg.pba.rbac.DefaultValidityPeriodBehaviour |
---|
contains, intersection |
Methods inherited from class issrg.pba.rbac.SubsetCredentials |
---|
equals, union |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface issrg.pba.Credentials |
---|
union |
Constructor Detail |
---|
public NowValidityPeriod()
It is the same as to create a RelativeValidityPeriod with zeros for all notBefore and notAfter values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |