API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth. Destroyable View Source
Author(s)
Since
Version
1.12, 11/17/05
Serial
Hierarchy
 Destroyable
Subinterfaces
Description
public interface Destroyable
  Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.
See also:    Subject
Methods
Hide/Show inherited methods
public void destroy () throws DestroyFailedException
  Destroy this Object.
public boolean isDestroyed ()
  Determine if this Object has been destroyed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar