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

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

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

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.