May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.security.auth.Destroyable
Classes (usually Subjects) that implement this interface allow their contents to be destroyed. This is useful if you want to reuse the object or don’t want to hold sensitive information about the object in memory.
public interface javax.security.auth.Destroyable {
// Instance Methods
public abstract void destroy( );
public abstract boolean isDestroyed( );
}
Subject
|
Read now
Unlock full access