javax.security.auth
Interface Refreshable
- public interface Refreshable
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isCurrent()
Determine if this
Object is current.
|
|
refresh()
Update or extend the validity period for this
Object .
|
Method Detail
isCurrent
- boolean isCurrent()
Returns:
true if this
Object
is currently current,
false otherwise. refresh
- void refresh()
- throws RefreshFailedException
Update or extend the validity period for this
Object
.
Throws:
java.lang.SecurityException
- if the caller does not have permission
to update or extend the validity period for this
Object
.
RefreshFailedException
- if the refresh attempt failed.
Object
is current.