May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.security.auth.Refreshable
Classes (usually Subjects) that implement this interface allow themselves to be refreshed (e.g., by rereading their data from a persistent store).
public interface javax.security.auth.Refreshable {
// Instance Methods
public abstract boolean isCurrent( );
public abstract void refresh( );
}Read now
Unlock full access