Liking cljdoc? Tell your friends :D
Clojure only.

javax.security.auth.Destroyable

Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.

Objects such as credentials may optionally implement this interface
to provide the capability to destroy its contents.
raw docstring

destroyclj

(destroy this)

Destroy this Object.

Sensitive information associated with this Object is destroyed or cleared. Subsequent calls to certain methods on this Object will result in an IllegalStateException being thrown.

The default implementation throws DestroyFailedException.

returns: default void

throws: javax.security.auth.DestroyFailedException - if the destroy operation fails.

Destroy this Object.

  Sensitive information associated with this Object
 is destroyed or cleared.  Subsequent calls to certain methods
 on this Object will result in an
 IllegalStateException being thrown.


 The default implementation throws DestroyFailedException.

returns: `default void`

throws: javax.security.auth.DestroyFailedException - if the destroy operation fails.
raw docstring

is-destroyedclj

(is-destroyed this)

Determine if this Object has been destroyed.

The default implementation returns false.

returns: true if this Object has been destroyed, false otherwise. - default boolean

Determine if this Object has been destroyed.


 The default implementation returns false.

returns: true if this Object has been destroyed,
          false otherwise. - `default boolean`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close