|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.security.Configurable
org.mmbase.security.Authorization
org.mmbase.security.implementation.context.ContextAuthorization
Authorization based on a XML-configuration file. The XML file contains users, groups and contexts. Contextes provide rights to users and/or groups and are identified by a string (which is stored in the owner field).
ContextAuthentication| Nested Class Summary |
| Nested classes inherited from class org.mmbase.security.Authorization |
Authorization.QueryCheck |
| Field Summary | |
protected Cache |
allowingContextsCache
|
| Fields inherited from class org.mmbase.security.Authorization |
COMPLETE_CHECK, NO_CHECK |
| Fields inherited from class org.mmbase.security.Configurable |
configFile, fileWatcher, manager |
| Constructor Summary | |
ContextAuthorization()
|
|
| Method Summary | |
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 userContext,
Query query,
Operation operation)
Checks rights on a query. |
void |
create(UserContext user,
int nodeNumber)
This method should be overrided by an extending class. |
protected java.util.SortedSet |
getAllContexts()
|
java.lang.String |
getContext(UserContext user,
int nodeNumber)
This method could be overrided by an extending class. |
java.lang.String |
getDefaultContext(UserContext user)
|
protected java.util.SortedSet |
getDisallowingContexts(UserContext user,
Operation operation)
|
java.util.Set |
getPossibleContexts(UserContext user,
int nodeNumber)
This method could be overrided by an extending class. |
protected void |
load()
This method should be overrided by an extending class. |
void |
remove(UserContext user,
int nodeNumber)
This method should be overrided by an extending class. |
void |
setContext(UserContext user,
int nodeNumber,
java.lang.String context)
This method could be overrided by an extending class. |
void |
update(UserContext user,
int nodeNumber)
This method should be overrided by an extending class. |
void |
verify(UserContext user,
int nodeNumber,
int srcNodeNumber,
int dstNodeNumber,
Operation operation)
This method wraps the check-method with the same arguments. |
void |
verify(UserContext user,
int nodeNumber,
Operation operation)
This method wraps the check-method with the same arguments. |
| Methods inherited from class org.mmbase.security.Configurable |
load |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Cache allowingContextsCache
| Constructor Detail |
public ContextAuthorization()
| Method Detail |
protected void load()
Configurable
load in class Configurable
public java.lang.String getDefaultContext(UserContext user)
throws SecurityException
SecurityException
public void create(UserContext user,
int nodeNumber)
throws SecurityException
Authorization
create 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.
SecurityException
public void update(UserContext user,
int nodeNumber)
throws SecurityException
Authorization
update 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.
SecurityException
public void remove(UserContext user,
int nodeNumber)
throws SecurityException
Authorization
remove in class Authorizationuser - The UserContext, containing the information
about the user.nodeNumber - The id of the MMObjectNode, which has just been removed
in the cloud.
SecurityException
public void setContext(UserContext user,
int nodeNumber,
java.lang.String context)
throws SecurityException
Authorization
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 get
SecurityException - If operation is not allowed
public java.lang.String getContext(UserContext user,
int nodeNumber)
throws SecurityException
Authorization
getContext 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 java.util.Set getPossibleContexts(UserContext user,
int nodeNumber)
throws SecurityException
Authorization
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..
SecurityException
public boolean check(UserContext user,
int nodeNumber,
Operation operation)
throws SecurityException
Authorization
check 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,
SecurityException
public void verify(UserContext user,
int nodeNumber,
Operation operation)
throws SecurityException
Authorization
verify in class AuthorizationSecurityException - If the assertion failsAuthorization.check(UserContext, int, Operation)
public boolean check(UserContext user,
int nodeNumber,
int srcNodeNumber,
int dstNodeNumber,
Operation operation)
throws SecurityException
Authorization
check 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,
SecurityException
public void verify(UserContext user,
int nodeNumber,
int srcNodeNumber,
int dstNodeNumber,
Operation operation)
throws SecurityException
Authorization
verify in class AuthorizationSecurityException - If the assertion failsAuthorization.check(UserContext, int, int, int, Operation)protected java.util.SortedSet getAllContexts()
protected java.util.SortedSet getDisallowingContexts(UserContext user,
Operation operation)
public Authorization.QueryCheck check(UserContext userContext,
Query query,
Operation operation)
Authorization
check in class AuthorizationuserContext - The UserContext, for which the query must be consideredquery - The query to be explored
Authorization.QueryCheck structure (containing whether the constriant is sufficient, and the
new constraint or null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||