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

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

Uses of UserRole in de.deepamehta.plugins.accesscontrol
 

Methods in de.deepamehta.plugins.accesscontrol with parameters of type UserRole
private  boolean AccessControlPlugin.userOccupiesRole(String username, UserRole userRole, DeepaMehtaObject object)
          Checks if a user occupies a role with regard to the specified object.
 

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

Fields in de.deepamehta.plugins.accesscontrol.model declared as UserRole
private  UserRole[] ACLEntry.userRoles
           
 

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

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



Copyright © 2014. All Rights Reserved.