Uses of Interface
net.sourceforge.jaulp.auth.interfaces.Role

Packages that use Role
net.sourceforge.jaulp.auth In this package are classes and interfaces for simple authentication and authorization. 
net.sourceforge.jaulp.auth.interfaces Provides the interfaces for simple authentication and authorization. 
 

Uses of Role in net.sourceforge.jaulp.auth
 

Classes in net.sourceforge.jaulp.auth that implement Role
 class SimpleRole
          The Class SimpleRole.
 

Methods in net.sourceforge.jaulp.auth that return types with arguments of type Role
 java.util.Set<Role> SimpleUser.getRoles()
          Returns the field roles.
 

Methods in net.sourceforge.jaulp.auth with parameters of type Role
 void SimpleUser.addRole(Role role)
          Adds the given role to the user.
 boolean SimpleUser.removeRole(Role role)
          Removes the given role from the user.
 

Method parameters in net.sourceforge.jaulp.auth with type arguments of type Role
 void SimpleUser.setRoles(java.util.Set<Role> roles)
          Sets the field roles.
 

Uses of Role in net.sourceforge.jaulp.auth.interfaces
 

Methods in net.sourceforge.jaulp.auth.interfaces that return types with arguments of type Role
 java.util.Set<Role> User.getRoles()
          Returns the field roles.
 

Methods in net.sourceforge.jaulp.auth.interfaces with parameters of type Role
 void User.addRole(Role role)
          Adds the given role to the user.
 boolean User.removeRole(Role role)
          Removes the given role from the user.
 

Method parameters in net.sourceforge.jaulp.auth.interfaces with type arguments of type Role
 void User.setRoles(java.util.Set<Role> roles)
          Sets the field roles.
 



Copyright © 2010. All Rights Reserved.