|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.beans.SessionContext
This class is used as the exposed bean for customer to extend EUI. The interfaces provided in this class is a wrapper of EUI bean layer functionality. This bean is configured as a session scope managed bean in JSF, with name "sessionContext".
Constructor Summary | |
SessionContext()
|
Method Summary | |
com.bea.ales.management.RBAC_Context |
getManagementContext()
Get the context instance of management API, which is associated with current session. |
java.lang.Object |
getSelectedNode()
Get the object that is selected in the navigation tree, which can be Role, Resource,Directory or some kind of MetaObject. |
void |
startModification()
This method will active the "save change" and "revert change" buttons, meanwhile, if transaction is supported and not started, it will start transaction. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionContext()
Method Detail |
public com.bea.ales.management.RBAC_Context getManagementContext()
public java.lang.Object getSelectedNode()
public void startModification()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |