Uses of Interface
org.wicketstuff.security.hive.Hive
-
Packages that use Hive Package Description org.wicketstuff.security.hive org.wicketstuff.security.hive.config -
-
Uses of Hive in org.wicketstuff.security.hive
Classes in org.wicketstuff.security.hive that implement Hive Modifier and Type Class Description classBasicHiveBasic implementation of a Hive.classSimpleCachingHiveA very simple caching mechanism on top ofBasicHive.Methods in org.wicketstuff.security.hive that return Hive Modifier and Type Method Description static HiveHiveMind. getHive(Object queen)Returns the Hive stored with the key.static HiveHiveMind. unregisterHive(Object queen)Removes the registration of a single Hive. -
Uses of Hive in org.wicketstuff.security.hive.config
Methods in org.wicketstuff.security.hive.config that return Hive Modifier and Type Method Description HiveHiveFactory. createHive()Creates a new Hive according to the configuration (if any) of this factory.HivePolicyFileHiveFactory. createHive()This method is not thread safe.
-