Uses of Class
com.ibm.aglets.security.Lifetime

Packages that use Lifetime
com.ibm.aglets.security   
 

Uses of Lifetime in com.ibm.aglets.security
 

Methods in com.ibm.aglets.security with parameters of type Lifetime
 boolean Lifetime.isGreaterThan(Lifetime lifetime)
          Returns whether the lifetime is greater than lifetime.
static boolean Lifetime.isLimited(Lifetime lifetime)
          Returns whether the lifetime is limited.
 void Lifetime.limit(Lifetime lifetime)
          Limits the lifetime.
 void Lifetime.setLifetime(Lifetime lifetime)
          Sets the lifetime.
 

Constructors in com.ibm.aglets.security with parameters of type Lifetime
Lifetime(Lifetime lifetime)
          Creates lifetime as a copy.