|
|||||||||
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
public abstract class DefaultValidityPeriodBehaviour
This class implements the default behaviour of the ValidityPeriod when computing intersections of two periods.
Constructor Summary | |
---|---|
protected |
DefaultValidityPeriodBehaviour()
|
Method Summary | |
---|---|
boolean |
contains(Credentials c)
This method checks if this ValidityPeriod contains the given Credentials. |
Credentials |
intersection(Credentials c)
This method computes an intersection of this ValidityPeriod with the given Credentials. |
Methods inherited from class issrg.pba.rbac.SubsetCredentials |
---|
clone, equals, union |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface issrg.pba.rbac.ValidityPeriod |
---|
getNotAfter, getNotBefore |
Methods inherited from interface issrg.pba.Credentials |
---|
clone, union |
Constructor Detail |
---|
protected DefaultValidityPeriodBehaviour()
Method Detail |
---|
public boolean contains(Credentials c)
contains
in interface Credentials
contains
in class SubsetCredentials
c
- - the Credentials object that must be contained in this
ValidityPeriod
SetOfSubsetsCredentials
public Credentials intersection(Credentials c)
intersection
in interface Credentials
intersection
in class SubsetCredentials
c
- - the ValidityPeriod to intersect with; if it is not a
ValidityPeriod, the result is determined by the inherited intersection
method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |