| Package | Description |
|---|---|
| org.wicketstuff.security.hive | |
| org.wicketstuff.security.hive.config |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCachingHive
A very simple caching mechanism on top of
BasicHive. |
| Modifier and Type | Method and Description |
|---|---|
protected BasicHive |
PolicyFileHiveFactory.constructHive()
Changeable by subclasses to return there own hive subclass.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PolicyFileHiveFactory.read(Reader input,
BasicHive hive)
Reads principals and permissions from a
Reader , found items are added to the hive. |
protected void |
PolicyFileHiveFactory.readInputReader(Reader input,
BasicHive hive)
Reads principals and permissions from a
Reader, found items are added to the hive. |
protected void |
PolicyFileHiveFactory.readInputStream(InputStream stream,
BasicHive hive)
Reads principals and permissions from a stream, found items are added to the hive.
|
protected void |
PolicyFileHiveFactory.readPolicyFile(URL file,
BasicHive hive)
Reads principals and permissions from a file, found items are added to the hive.
|
protected void |
PolicyFileHiveFactory.readReader(Reader input,
BasicHive hive)
Reads principals and permissions from a
Reader, found items are added to the hive. |
protected void |
PolicyFileHiveFactory.readStream(InputStream input,
BasicHive hive)
Reads principals and permissions from a
InputStream , found items are added to the
hive. |
Copyright © 2015. All rights reserved.