API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth. Refreshable View Source
Author(s)
Since
Version
1.10, 11/17/05
Serial
Hierarchy
 Refreshable
Subinterfaces
Description
public interface Refreshable
  Objects such as credentials may optionally implement this interface to provide the capability to refresh itself.
See also:    Subject
Methods
Hide/Show inherited methods
public boolean isCurrent ()
  Determine if this Object is current.
public void refresh () throws RefreshFailedException
  Update or extend the validity period for this Object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar