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

Packages that use AccessRight
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 AccessRight in net.sourceforge.jaulp.auth
 

Classes in net.sourceforge.jaulp.auth that implement AccessRight
 class SimpleAccessRight
          The Class SimpleAccessRight.
 

Methods in net.sourceforge.jaulp.auth that return types with arguments of type AccessRight
 java.util.Collection<AccessRight> SimpleRole.getAccessRights()
          Gets the access rights.
 

Method parameters in net.sourceforge.jaulp.auth with type arguments of type AccessRight
 void SimpleRole.setAccessRights(java.util.Collection<AccessRight> permissions)
          Sets the permissions.
 

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

Methods in net.sourceforge.jaulp.auth.interfaces that return types with arguments of type AccessRight
 java.util.Collection<AccessRight> Role.getAccessRights()
          Gets the access rights.
 

Method parameters in net.sourceforge.jaulp.auth.interfaces with type arguments of type AccessRight
 void Role.setAccessRights(java.util.Collection<AccessRight> accessRights)
          Sets the permissions.
 



Copyright © 2010. All Rights Reserved.