Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.security.auth
Interface Refreshable  view Refreshable download Refreshable.java


public interface Refreshable

An object whose internal state may be refreshed: as in a credential object with a expiry date.


Method Summary
 boolean isCurrent()
          Tells whether or not this object is current.
 void refresh()
          Refresh this object.
 

Method Detail

isCurrent

public boolean isCurrent()
Tells whether or not this object is current. Refreshable objects that are not current may need to be refreshed.


refresh

public void refresh()
             throws RefreshFailedException
Refresh this object. The process involved in refreshing an object is per-implementation dependent.