javax.security.auth
public interface Refreshable
Method Summary | |
---|---|
boolean | isCurrent()
Tells whether or not this object is current. |
void | refresh()
Refresh this object. |
Returns: Whether this object is current.
Throws: RefreshFailedException If refreshing this object fails. SecurityException If the caller does not have permission to refresh, or to take the steps involved in refreshing, this object.