public class OwnerAuthorization extends Authorization
Authorization.QueryCheckCOMPLETE_CHECK, NO_CHECKconfigResource, configWatcher, manager| Constructor and Description |
|---|
OwnerAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(UserContext user,
int nodeNumber,
int srcNodeNumber,
int dstNodeNumber,
Operation operation)
This method should be overrided by an extending class.
|
boolean |
check(UserContext user,
int nodeNumber,
Operation operation)
This method should be overrided by an extending class.
|
Authorization.QueryCheck |
check(UserContext user,
Query query,
Operation operation)
Checks rights on a query.
|
void |
create(UserContext user,
int nodeNumber)
This method should be overrided by an extending class.
|
String |
getContext(UserContext user,
int nodeNumber)
This method could be overrided by an extending class.
|
Set<String> |
getPossibleContexts(UserContext user,
int nodeNumber)
Returns a list of all users in accounts.properties
|
void |
load()
This method should be overridden by an extending class.
|
void |
remove(UserContext user,
int node)
This method should be overrided by an extending class.
|
void |
setContext(UserContext user,
int nodeNumber,
String context)
This method does nothing, except from checking if the setContext was valid..
|
void |
update(UserContext user,
int nodeNumber)
This method should be overrided by an extending class.
|
check, getPossibleContexts, verify, verify, verifyloadpublic void load()
Configurableload in class Configurablepublic void create(UserContext user, int nodeNumber)
Authorizationcreate in class Authorizationuser - The UserContext, containing the information
about the user.nodeNumber - The id of the MMObjectNode, which has just been added to
the MMBase cloud.public void update(UserContext user, int nodeNumber)
Authorizationupdate in class Authorizationuser - The UserContext, containing the information about the user.nodeNumber - The id of the MMObjectNode, which has just been changed
in the cloud.public void remove(UserContext user, int node)
Authorizationremove in class Authorizationuser - The UserContext, containing the information
about the user.node - The id of the MMObjectNode, which has just been removed
in the cloud.public boolean check(UserContext user, int nodeNumber, Operation operation)
Authorizationcheck in class Authorizationuser - The UserContext, containing the information the user.nodeNumber - The id of the MMObjectNode, which has to be checked.
It the action is CREATE then this will be interpreted as a typedef node.operation - The operation which will be performed.true if the operation is permitted,
false if the operation is not permitted,public boolean check(UserContext user, int nodeNumber, int srcNodeNumber, int dstNodeNumber, Operation operation)
Authorizationcheck in class Authorizationuser - The UserContext, containing the information about the user.nodeNumber - The id of the relation which has to be checked. If the operation is CREATE
then this will be interpreted as the typedef node (extending insrel) for the relation to be
created.srcNodeNumber - The id of the (new) source node of the relation.dstNodeNumber - The id of the (new) destination node of the relation.operation - The operation which will be performed (CREATE (create
relation) or CHANGE_RELATION (source and/or destination
are changed).true if the operation is permitted,
false if the operation is not permitted,public String getContext(UserContext user, int nodeNumber) throws SecurityException
AuthorizationgetContext in class Authorizationuser - The UserContext, containing the information about the user.nodeNumber - The id of the MMObjectNode, which has to be asserted.SecurityException - If operation is not allowed(needs read rights)public void setContext(UserContext user, int nodeNumber, String context) throws SecurityException
setContext in class Authorizationuser - The UserContext, containing the information about the user.nodeNumber - The id of the MMObjectNode, which has to be asserted.context - The context which rights the node will getSecurityException - If operation is not allowedpublic Set<String> getPossibleContexts(UserContext user, int nodeNumber) throws SecurityException
getPossibleContexts in class Authorizationuser - The UserContext, containing the information
about the user.nodeNumber - The id of the MMObjectNode, which has to be asserted.Set of Strings which
represent a context in readable form..SecurityExceptionpublic Authorization.QueryCheck check(UserContext user, Query query, Operation operation)
Authorizationcheck in class Authorizationuser - The UserContext, for which the query must be consideredquery - The query to be exploredAuthorization.QueryCheck structure (containing whether the constriant is sufficient, and the
new constraint or null).MMBase 1.9-SNAPSHOT - ${javadoctimestamp}