Uses of Interface
org.outerj.daisy.repository.user.Role

Packages that use Role
org.outerj.daisy.repository.user API for managing the repository users and roles. 
 

Uses of Role in org.outerj.daisy.repository.user
 

Methods in org.outerj.daisy.repository.user that return Role
 Role UserManager.createRole(java.lang.String roleName)
          Creates a new Role.
 Role[] Roles.getArray()
           
 Role User.getDefaultRole()
          Gets the default role for this user, can return null if there is no default role assigned.
 Role UserManager.getRole(long roleId, boolean updateable)
          Return the Role object which is identified by data store id roleId
 Role UserManager.getRole(java.lang.String roleName, boolean updateable)
          Return the Role object which is identified by the specified roleName
 

Methods in org.outerj.daisy.repository.user with parameters of type Role
 void User.addToRole(Role role)
          Adds the User to the specified Role role.
 void User.removeFromRole(Role role)
          Remove the User from the specified Role role.
 void User.setDefaultRole(Role role)
          Sets this User's default role.
 



Copyright © -2012 . All Rights Reserved.