Refreshablepublic interface Refreshable Objects such as credentials may optionally implement this
interface to provide the capability to refresh itself.
For example, a credential with a particular time-restricted lifespan
may implement this interface to allow callers to refresh the time period
for which it is valid. |
Methods Summary |
---|
public boolean | isCurrent()Determine if this Object is current.
| public void | refresh()Update or extend the validity period for this
Object .
|
|