Uses of Class
org.wicketstuff.security.hive.BasicHive
-
Packages that use BasicHive Package Description org.wicketstuff.security.hive org.wicketstuff.security.hive.config -
-
Uses of BasicHive in org.wicketstuff.security.hive
Subclasses of BasicHive in org.wicketstuff.security.hive Modifier and Type Class Description classSimpleCachingHiveA very simple caching mechanism on top ofBasicHive. -
Uses of BasicHive in org.wicketstuff.security.hive.config
Methods in org.wicketstuff.security.hive.config that return BasicHive Modifier and Type Method Description protected BasicHivePolicyFileHiveFactory. constructHive()Changeable by subclasses to return there own hive subclass.Methods in org.wicketstuff.security.hive.config with parameters of type BasicHive Modifier and Type Method Description protected voidPolicyFileHiveFactory. read(Reader input, BasicHive hive)Reads principals and permissions from aReader, found items are added to the hive.protected voidPolicyFileHiveFactory. readInputReader(Reader input, BasicHive hive)Reads principals and permissions from aReader, found items are added to the hive.protected voidPolicyFileHiveFactory. readInputStream(InputStream stream, BasicHive hive)Reads principals and permissions from a stream, found items are added to the hive.protected voidPolicyFileHiveFactory. readPolicyFile(URL file, BasicHive hive)Reads principals and permissions from a file, found items are added to the hive.protected voidPolicyFileHiveFactory. readReader(Reader input, BasicHive hive)Reads principals and permissions from aReader, found items are added to the hive.protected voidPolicyFileHiveFactory. readStream(InputStream input, BasicHive hive)Reads principals and permissions from aInputStream, found items are added to the hive.
-