|
|||||||||||
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(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 |
public UserManager()
Method Detail |
public Profile getProfile(String name)
name
- the name of the profile.public Map getProfiles()
public void addProfile(Profile profile)
profile
- the profile to addpublic Object getDefaultAdmin()
public void setDefaultAdmin(Object v)
v
- Value to assign to defaultAdmin.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |