|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.user.UserManager
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. |
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 |
public UserManager()
Method Detail |
public Profile getProfile(String name)
name
- the name of the profile.public void addProfile(String name, Profile profile)
name
- the name of the new profile.profile
- the profile associated with the name.public Wrappee getDefaultAdmin()
public void setDefaultAdmin(Wrappee v)
v
- Value to assign to defaultAdmin.
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |