org.objectweb.jac.aspects.user
Class UserManager

java.lang.Object
  |
  +--org.objectweb.jac.aspects.user.UserManager

public class UserManager
extends Object

Binding with profiles


Constructor Summary
UserManager()
           
 
Method Summary
 void addProfile(String name, Profile profile)
          Add a news profile.
 Wrappee getDefaultAdmin()
          Get the value of defaultAdmin.
 Profile getProfile(String name)
          Get a profile with its name.
 Map getProfiles()
           
 void setDefaultAdmin(Wrappee v)
          Set the value of defaultAdmin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManager

public UserManager()
Method Detail

getProfile

public Profile getProfile(String name)
Get a profile with its name.

Parameters:
name - the name of the profile.

getProfiles

public Map getProfiles()

addProfile

public void addProfile(String name,
                       Profile profile)
Add a news profile.

Parameters:
name - the name of the new profile.
profile - the profile associated with the name.

getDefaultAdmin

public Wrappee getDefaultAdmin()
Get the value of defaultAdmin.

Returns:
value of defaultAdmin.

setDefaultAdmin

public void setDefaultAdmin(Wrappee v)
Set the value of defaultAdmin.

Parameters:
v - Value to assign to defaultAdmin.