Uses of Class
de.deepamehta.plugins.accesscontrol.model.Operation

Packages that use Operation
de.deepamehta.plugins.accesscontrol   
de.deepamehta.plugins.accesscontrol.model   
 

Uses of Operation in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type Operation
private  boolean AccessControlPlugin.hasPermission(String username, Operation operation, DeepaMehtaObject object)
          Checks if a user is allowed to perform an operation on an object (topic or association).
 

Uses of Operation in de.deepamehta.plugins.accesscontrol.model
 

Fields in de.deepamehta.plugins.accesscontrol.model declared as Operation
private  Operation ACLEntry.operation
           
 

Fields in de.deepamehta.plugins.accesscontrol.model with type parameters of type Operation
private  Map<Operation,UserRole[]> AccessControlList.acl
           
 

Methods in de.deepamehta.plugins.accesscontrol.model that return Operation
 Operation ACLEntry.getOperation()
           
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.deepamehta.plugins.accesscontrol.model with parameters of type Operation
 Permissions Permissions.add(Operation operation, boolean allowed)
           
 UserRole[] AccessControlList.getUserRoles(Operation operation)
           
 

Constructors in de.deepamehta.plugins.accesscontrol.model with parameters of type Operation
ACLEntry(Operation operation, UserRole... userRoles)
           
 



Copyright © 2014. All Rights Reserved.