Uses of Interface
org.apache.beehive.wsm.axis.security.Role

Packages that use Role
org.apache.beehive.wsm.axis.security   
org.apache.beehive.wsm.axis.security.model   
 

Uses of Role in org.apache.beehive.wsm.axis.security
 

Methods in org.apache.beehive.wsm.axis.security that return Role
 Role UserList.getRole(String role)
           
 Role Group.getRole(String role)
           
 Role User.getRole(String role)
           
 

Methods in org.apache.beehive.wsm.axis.security that return types with arguments of type Role
 Collection<Role> UserList.getRoles()
           
 Collection<Role> Group.getRoles()
           
 Collection<Role> User.getRoles()
           
 

Methods in org.apache.beehive.wsm.axis.security with parameters of type Role
 void UserList.addRole(Role role)
           
 void Group.addRole(Role role)
           
 void User.addRole(Role role)
           
 

Uses of Role in org.apache.beehive.wsm.axis.security.model
 

Classes in org.apache.beehive.wsm.axis.security.model that implement Role
 class MemoryRoleImpl
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return Role
 Role MemoryUserListImpl.getRole(String role)
           
 Role MemoryGroupImpl.getRole(String role)
           
 Role MemoryUserImpl.getRole(String role)
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return types with arguments of type Role
 Collection<Role> MemoryUserListImpl.getRoles()
           
 Collection<Role> MemoryGroupImpl.getRoles()
           
 Collection<Role> MemoryUserImpl.getRoles()
           
 

Methods in org.apache.beehive.wsm.axis.security.model with parameters of type Role
 void MemoryUserListImpl.addRole(Role role)
           
 void MemoryGroupImpl.addRole(Role role)
           
 void MemoryUserImpl.addRole(Role role)