JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.apache.shiro.cdi.annotations
CipherKeySupplier
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Interface CipherKeySupplier
All Superinterfaces:
Supplier
<
String
>
public interface
CipherKeySupplier
extends
Supplier
<
String
>
Marker interface for specifying the Shiro cipher key
Method Summary
Methods inherited from interface java.util.function.
Supplier
get