|
|||||||||
| Home >> All >> javax >> security >> [ auth overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.security.auth
Interface Destroyable

- public interface Destroyable
An interface for objects that are immutable but whose sensitive data may be wiped out.
| Method Summary | |
void |
destroy()
Destroy this object, clearing all sensitive fields appropriately. |
boolean |
isDestroyed()
Tells whether or not this object has been destroyed. |
| Method Detail |
destroy
public void destroy()
throws DestroyFailedException
- Destroy this object, clearing all sensitive fields appropriately.
isDestroyed
public boolean isDestroyed()
- Tells whether or not this object has been destroyed.
|
|||||||||
| Home >> All >> javax >> security >> [ auth overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC