Uses of Class
org.objectweb.jac.aspects.user.Profile

Packages that use Profile
org.objectweb.jac.aspects.user Provides a users management within an application.  
 

Uses of Profile in org.objectweb.jac.aspects.user
 

Methods in org.objectweb.jac.aspects.user that return Profile
 Profile User.getProfile()
           
 Profile Profile.getParent()
           
 Profile UserManager.getProfile(String name)
          Get a profile with its name.
 Profile UserAC.getProfileFromUser(Object user)
           
 Profile UserAC.getProfile(String name)
           
 

Methods in org.objectweb.jac.aspects.user with parameters of type Profile
 void User.setProfile(Profile p)
           
 void Profile.setParent(Profile parent)
           
 void UserManager.addProfile(Profile profile)
          Add a news profile.
static void UserAC.addContextualProfiledUser(Object substance, Object user, Profile profile)
          Adds a contextually profiled user.
 void UserAC.setProfileToUser(Object user, Profile profile)
           
 

Constructors in org.objectweb.jac.aspects.user with parameters of type Profile
Profile(String name, Profile parent)