|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.security.swarm.strategies.SwarmStrategyFactory
public class SwarmStrategyFactory
A factory to return new SwarmStrategys.
| Constructor Summary | |
|---|---|
SwarmStrategyFactory(Class<? extends org.wicketstuff.security.components.ISecureComponent> secureClass,
Object hiveQueen)
Constructs a new factory. |
|
SwarmStrategyFactory(Object hiveQueen)
Constructs a new factory. |
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected Object |
getHiveKey()
The key to the hive. |
protected Class<? extends org.wicketstuff.security.components.ISecureComponent> |
getSecureClass()
All instance of this class will be required to have ComponentPermission with at least
the access action. |
org.wicketstuff.security.strategies.WaspAuthorizationStrategy |
newStrategy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwarmStrategyFactory(Object hiveQueen)
ISecurePages to have access
rights.
hiveQueen - the key to get the Hive
public SwarmStrategyFactory(Class<? extends org.wicketstuff.security.components.ISecureComponent> secureClass,
Object hiveQueen)
secureClass - instances of this class will be required to have access rights.hiveQueen - hiveQueen the key to get the Hive| Method Detail |
|---|
public void destroy()
destroy in interface org.wicketstuff.security.strategies.StrategyFactoryStrategyFactory.destroy()public org.wicketstuff.security.strategies.WaspAuthorizationStrategy newStrategy()
newStrategy in interface org.wicketstuff.security.strategies.StrategyFactoryStrategyFactory.newStrategy()protected final Object getHiveKey()
protected final Class<? extends org.wicketstuff.security.components.ISecureComponent> getSecureClass()
ComponentPermission with at least
the access action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||