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.
(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.
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |