Uses of Class
org.moremotion.security.Role

Packages that use Role
org.moremotion.security   
org.moremotion.security.broker   
 

Uses of Role in org.moremotion.security
 

Methods in org.moremotion.security that return Role
 Role SecurityContext.getRole(java.lang.String roleName)
          Finds a role by its name.
 Role[] User.getRoles()
          Returns roles of this user.
 Role[] SecurityContext.getRoles()
          Lists all roles.
 

Methods in org.moremotion.security with parameters of type Role
 void User.addRole(Role role)
          Adds a new role to this user.
 void User.removeRole(Role role)
          Removes a role from this user.
 void SecurityContext.saveRole(Role role)
          Saves a role.
 

Uses of Role in org.moremotion.security.broker
 

Methods in org.moremotion.security.broker that return Role
 Role SecurityBroker.getRole(BrokerCommunicationContext bcc, java.lang.String roleName)
          Returns a role by its name.
 Role[] SecurityBroker.getRoles(BrokerCommunicationContext bcc)
          Returns a list all of roles.
 

Methods in org.moremotion.security.broker with parameters of type Role
 void SecurityBroker.saveRole(BrokerCommunicationContext bcc, Role role)
          Saves a role.
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.