Uses of Class
org.nakedobjects.applib.security.RoleMemento

Packages that use RoleMemento
org.nakedobjects.applib.security   
 

Uses of RoleMemento in org.nakedobjects.applib.security
 

Methods in org.nakedobjects.applib.security that return types with arguments of type RoleMemento
 java.util.List<RoleMemento> UserMemento.getRoles()
          The roles associated with this user.
 

Methods in org.nakedobjects.applib.security with parameters of type RoleMemento
 boolean UserMemento.hasRole(RoleMemento role)
          Determines if the user fulfills the specified role.
 

Constructors in org.nakedobjects.applib.security with parameters of type RoleMemento
UserMemento(java.lang.String name, RoleMemento... roles)
          Creates a new user with the specified name and assigned roles.
 

Constructor parameters in org.nakedobjects.applib.security with type arguments of type RoleMemento
UserMemento(java.lang.String name, java.util.List<RoleMemento> roles)
          Creates a new user with the specified name and assigned roles.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.