Uses of Class
info.rolandkrueger.roklib.webapps.data.usermgmt.UserRole

Packages that use UserRole
info.rolandkrueger.roklib.webapps.data.conditions Condition objects needed in web applications. 
info.rolandkrueger.roklib.webapps.data.usermgmt Classes for the user management of a web application. 
 

Uses of UserRole in info.rolandkrueger.roklib.webapps.data.conditions
 

Fields in info.rolandkrueger.roklib.webapps.data.conditions declared as UserRole
private  UserRole<KeyClass> HasRole.mRole
           
 

Constructors in info.rolandkrueger.roklib.webapps.data.conditions with parameters of type UserRole
HasRole(GenericUser<KeyClass,UserData> user, UserRole<KeyClass> role)
           
 

Uses of UserRole in info.rolandkrueger.roklib.webapps.data.usermgmt
 

Fields in info.rolandkrueger.roklib.webapps.data.usermgmt with type parameters of type UserRole
private  Set<UserRole<KeyClass>> GenericUser.mUserRoles
           
 

Methods in info.rolandkrueger.roklib.webapps.data.usermgmt with type parameters of type UserRole
<R extends UserRole<KeyClass>>
void
GenericUser.addRole(R newRole)
           
<R extends UserRole<KeyClass>>
boolean
GenericUser.hasRole(R role)
           
<R extends UserRole<KeyClass>>
void
GenericUser.removeRole(R role)
           
 

Methods in info.rolandkrueger.roklib.webapps.data.usermgmt that return types with arguments of type UserRole
 Set<? extends UserRole<KeyClass>> GenericUser.getUserRoles()
           
 

Method parameters in info.rolandkrueger.roklib.webapps.data.usermgmt with type arguments of type UserRole
protected  void GenericUser.setUserRoles(Set<? extends UserRole<KeyClass>> userRoles)
           
 



Copyright © 2007-2011. All Rights Reserved.