Uses of Interface
org.wicketstuff.security.hive.config.HiveFactory
-
Packages that use HiveFactory Package Description org.wicketstuff.security.hive org.wicketstuff.security.hive.config -
-
Uses of HiveFactory in org.wicketstuff.security.hive
Methods in org.wicketstuff.security.hive with parameters of type HiveFactory Modifier and Type Method Description static voidHiveMind. registerHive(Object queen, HiveFactory factory)Registers a new Hive for anybody knowing the right key to be retrieved. -
Uses of HiveFactory in org.wicketstuff.security.hive.config
Classes in org.wicketstuff.security.hive.config that implement HiveFactory Modifier and Type Class Description classPolicyFileHiveFactoryA factory to produce Hive's based on policy files.
-