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(Profile profile)
          Add a news profile.
 Object getDefaultAdmin()
          Get the value of defaultAdmin.
 Profile getProfile(String name)
          Get a profile with its name.
 Map getProfiles()
           
 void setDefaultAdmin(Object 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(Profile profile)
Add a news profile.

Parameters:
profile - the profile to add

getDefaultAdmin

public Object getDefaultAdmin()
Get the value of defaultAdmin.

Returns:
value of defaultAdmin.

setDefaultAdmin

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

Parameters:
v - Value to assign to defaultAdmin.