|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.contentmanager.plugin.delegates.Delegate
public abstract class Delegate
Base class for extensions of stateful resources.
A Delegate may access:
GCUBEScopeManager that contains the scope in which it may operate (cf. getScopeManager())GCUBEServiceSecurityManager that contains the credentials with which it may operate (cf. getSecurityManager())Note that in the standard deployment scenario - i.e. when the delegate runs within the container - scope manager and security manager resolve both to the service context.
| Constructor Summary | |
|---|---|
Delegate()
|
|
| Method Summary | |
|---|---|
GCUBEScopeManager |
getScopeManager()
Return the scope manager. |
GCUBESecurityManager |
getSecurityManager()
Returns the security manager. |
void |
setResource(
Sets the resource. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Delegate()
| Method Detail |
|---|
public GCUBEScopeManager getScopeManager()
the - manager.public GCUBESecurityManager getSecurityManager()
public void setResource(r)
r - the resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||