Liking cljdoc? Tell your friends :D
Clojure only.

javax.security.auth.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.

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.
raw docstring

current?clj

(current? this)

Determine if this Object is current.

returns: true if this Object is currently current, false otherwise. - boolean

Determine if this Object is current.

returns: true if this Object is currently current,
          false otherwise. - `boolean`
raw docstring

refreshclj

(refresh this)

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.

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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close