Uses of Class
com.friendshipsystems.fsshresourcemanager.config.FUserRole

Packages that use FUserRole
com.friendshipsystems.fsshresourcemanager   
com.friendshipsystems.fsshresourcemanager.config   
 

Uses of FUserRole in com.friendshipsystems.fsshresourcemanager
 

Methods in com.friendshipsystems.fsshresourcemanager with parameters of type FUserRole
static boolean FSshResourceManager.lookupRole(java.lang.String method, FUserRole role)
          Determines whether a given user role is sufficient to call a certain method
 

Uses of FUserRole in com.friendshipsystems.fsshresourcemanager.config
 

Methods in com.friendshipsystems.fsshresourcemanager.config that return FUserRole
static FUserRole FUserRole.fromInt(int id)
           
 FUserRole FUser.role()
           
static FUserRole FUserRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FUserRole[] FUserRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.