Name

Interface javax.security.auth.Refreshable

Synopsis

Classes (usually Subjects) that implement this interface allow themselves to be refreshed (e.g., by rereading their data from a persistent store).

Interface Definition

public interface javax.security.auth.Refreshable {

    // Instance Methods
    public abstract boolean isCurrent(  );
    public abstract void refresh(  );
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.