|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.beans.SessionState
The session state class is the main backing bean of the entitlements administration Console. It will be responsible for storing the state of all the components that keep state across the lifetime of a user session with the system. Session state is configured as part of JSF to store session information across requests. This class provides accessor methods to selected tree nodes and table elements for the users session. This also construts the main applicaiton logic like constructing the navigation tree and facilitates policy distribution.
Field Summary | |
static java.lang.String |
FILTER_ALL
Filter all whildcard to use |
static java.lang.String |
NAV_NODE_IDENTITY
|
static java.lang.String |
NAV_NODE_METAOBJECT_PREFIX
|
static java.lang.String |
NAV_NODE_PERMISSIONS
|
static java.lang.String |
NAV_NODE_PREFIX
|
static java.lang.String |
NAV_NODE_REPORTS
|
static java.lang.String |
NAV_NODE_ROLES
|
static java.lang.String |
NAV_NODE_SODS
|
Constructor Summary | |
SessionState()
Default constructor - used to initialize RBAC Context and populate tree. |
Method Summary | |
java.lang.String |
cancelModifySODRule()
Cancel updates to SODs |
java.lang.String |
cancelNewChild()
Cancel the new Child operation, re-enable buttons |
java.lang.String |
cloneNode()
Clone currently selected node |
boolean |
commitTransaction()
Commits transaction for the current cotnext. |
void |
contextDestroyed(javax.servlet.ServletContextEvent arg0)
Implementation for ServletContextListener interface |
void |
contextInitialized(javax.servlet.ServletContextEvent arg0)
Implementation for ServletContextListener interface |
com.bea.ales.rbac.MetaObject |
createRootRbacNode(java.lang.String rootName,
java.lang.String type,
int inheritanceModel)
Create a new RBAC root object |
java.lang.String |
disableButtons()
Disable all buttons on the main window. |
java.lang.String |
enableButtons()
Enable all buttons on the main window. |
void |
exit()
Exit the EUI UI |
java.lang.String |
filterRolesToDeny()
Filter SOD to narrow result |
java.lang.String |
filterSod()
Filter SOD to narrow result |
java.lang.String |
finishedModifyRule()
Action handler for submit on modify Rule for a selected role node |
void |
finishPopup(javax.faces.event.ActionEvent event)
Action listerner for most popups, sets the current popup action based on the UI component in the Action event source. |
SODElement |
getCurrentSODElement()
Get currently selected SODElement |
java.util.List |
getDirectories()
Return a list of Directories from the |
javax.faces.component.UIData |
getDirectoryAttributeData()
Get current data model representing identity attributes |
int |
getDirectoryAttributeIdx()
Row id for the currently selected directory attribute |
javax.faces.component.UIData |
getDirectoryGroupAttributeData()
Get current data model representing group attributes |
int |
getDirectoryGroupAttributeIdx()
Row id for the currently selected group attribute |
javax.faces.component.UIData |
getDirectoryUserAttributeData()
Get current data model representing user attributes |
int |
getDirectoryUserAttributeIdx()
Row id for the currently selected user attribute |
com.bea.ales.rbac.DistributionStatus |
getDistributionStatus()
Return staus of current distribution flag |
java.lang.String |
getErrMsg()
Get currently Set Error Message |
java.util.List |
getFakeDirectories()
|
java.util.List |
getFakeDirectoryAttributes()
|
int |
getIdentityChangeNumber()
Get IdentityChangeNumber |
javax.faces.component.UIData |
getMemberRuleData()
Geta data object for MemberRule |
int |
getMemberRuleIndex()
Get row index of the selected member rule |
javax.faces.component.UIData |
getMetaAttributeData()
Return current data model representing custom meta objects Attribute Data |
int |
getMetaAttributeIdx()
Row id for the currently selected meta object attribute |
org.apache.myfaces.custom.tree2.TreeModel |
getNavigationTree()
Return current navigation tree |
java.lang.String |
getNewChildName()
Get new child name during create |
java.lang.String |
getNodeType()
Return currently selected node type |
javax.faces.component.UIData |
getPermissionData()
Data model for permissions |
int |
getPermissionIdx()
Row id for the currently selected permission |
PermissionNode |
getPermissionNode()
Get currently selected permission node |
int |
getPermissionsChangeNumber()
Get pset perm change Hierarchy number |
java.lang.String |
getPopupAction()
Returns the popup action set upon finishPopup |
javax.faces.component.UIData |
getPsetAttributeData()
Get data model representing the current permission set attribute data |
int |
getPsetAttributeIdx()
Row id for the currently selected permission set attribute |
int |
getPSetHierarchyChangeNumber()
Get PermissionSet Hierarchy number |
int |
getPsetPermHierarchyChangeNumber()
Get pset perm hierarchy change Hierarchy number |
com.bea.ales.rbac.RBAC_Context |
getRbacContext()
Return the RBAC context for the current session, create new if ctx is null |
javax.faces.component.UIData |
getRoleAttributeData()
Get current data model representing role attributes |
int |
getRoleAttributeIdx()
Row id for the currently selected role attribute |
int |
getRoleHierarchyChangeNumber()
Get Role change Hierarchy number |
int |
getRolePsetHierarchyChangeNumber()
Get Permission set change Hierarchy number |
java.util.List |
getRolesToDeny()
Called during modify of SOD. |
java.lang.String |
getRolesToDenyFilter()
Get deny roles filter String |
EUIMetaObjectNode |
getRootMetaTree()
Get Root Meta node tree based on the current selectedNode type |
PermissionSetNode |
getRootPset()
Get Root Permission Set node |
com.bea.ales.rbac.MetaObject |
getRootRbacNode(java.lang.String type)
Retrieve the root RBAC node for custom meta objects if exists, else create and return a root node |
com.bea.ales.rbac.RBAC_PermissionSet |
getRootRbacPermissionSet()
Retrieve the root PermissionSet node for tree |
com.bea.ales.rbac.RBAC_Role |
getRootRbacRole()
Retrieve the root RBAC Role for tree |
RoleNode |
getRootRole()
Get root role node mostly used by copy and clone operations |
IdentityDirectoryNode |
getSelectedIdentityDirectoryNode()
Get currently selected Identity Directory node |
IdentityNode |
getSelectedIdentityNode()
Get currently selected Identity node |
int |
getSelectedIdentityTab()
Return currently selected identity sub tabs |
int |
getSelectedMetaObjectTab()
Return currently selected permission set sub tabs |
java.lang.String |
getSelectedMetaObjectTabName()
Return currently selected tab name |
EUIMetaObjectNode |
getSelectedNode()
Get Currently selected custom node implementation |
PermissionSetNode |
getSelectedPermissionSetNode()
Get currently selected Permission Set node |
int |
getSelectedPermissionSetTab()
Return currently selected permission set sub tabs |
java.lang.String |
getSelectedPermissionSetTabName()
Return currently selected tab name |
SelectedPermissionSets |
getSelectedPsets()
Get currently selected Permission sets |
ReportingNode |
getSelectedReportNode()
Return currently selected Report Node |
RoleNode |
getSelectedRoleNode()
Get currently selected role node |
int |
getSelectedRoleTab()
Get currently selected role tab |
java.lang.String |
getSelectedRoleTabName()
Return currently selected tab name |
RoleNode |
getSelectedSODRoleNode()
Get currently selcted SODRole Node |
java.util.List |
getSodConflictsResults()
Return a list of all SOD conflicting reports |
javax.faces.component.UIData |
getSodData()
Get Datamodel for SOD |
java.lang.String |
getSodFilter()
Retrieve filter string for SOD |
int |
getSodIdx()
Indes of currently selected SOD row |
java.util.List |
getSodList()
Iterate over the role tree. |
SODNode |
getSodNode()
Get current sodNode |
org.apache.myfaces.custom.tree2.TreeModel |
getSodRoleTree()
Get tree model for SOD Role |
int |
getSodsChangeNumber()
Get SOD number |
int |
increasePsetPermHierarchyChangeNumber()
Increment perm hierarchy change Hierarchy number |
java.lang.String |
initSelectedPermissionSets()
Initialize the Selected Permission Sets. |
boolean |
isDisableMainButtons()
Called from Secure button rendered to see if buttons needs to be disabled |
boolean |
isDisableTreeButtons()
Check status for disabling tree button. |
boolean |
isDisableTreeButtonsNew()
Check status for disabling "New" button in tree panel. |
boolean |
isDisableTreeButtonsRemove()
Check status for disabling "Remove" button in tree panel. |
boolean |
isEnableRightPane()
|
boolean |
isNewSOD()
-- private |
boolean |
isPolicyHasChanged()
Check status of policy changed button |
boolean |
isTransactionStarted()
Check for status of current transaction flag |
java.lang.String |
logOut()
Logout of the EUI, invalidates session before logout |
java.lang.String |
moveNode()
Move currently selected node |
java.lang.String |
newChildOK()
Handler for new child creation, starts a transaction, invokes the respective createChild based on the currently selected node |
java.lang.String |
newSodRule()
Handler to create a new SOD rule |
void |
populateNavTreeAfterPsetInit()
|
void |
populateNavTreeIdentity()
Load identity part of the navigation tree to EUI tree |
java.lang.String |
processDirectoryAttributeRowSelection()
Set the selected attribute from the attribute table |
java.lang.String |
processDirectoryGroupAttributeRowSelection()
Set the selected attribute from the identity group attribute table |
java.lang.String |
processDirectoryUserAttributeRowSelection()
Set the selected attribute from the identity user attribute table |
java.lang.String |
processMemberRuleRowSelection()
Set the selected member rule from the member rule table |
java.lang.String |
processMetaAttributeRowSelection()
Set the selected attribute from the attribute table |
java.lang.String |
processPermissionRowSelection()
Set the selected permission from the attribute table |
void |
processPermPageChange(javax.faces.event.ActionEvent event)
When the paginator fires we should unselect our row |
java.lang.String |
processPSetAttributeRowSelection()
Set the selected attribute from the attribute table |
java.lang.String |
processRoleAttributeRowSelection()
Set the selected attribute from the attribute table |
void |
processSelectAction(javax.faces.event.ActionEvent event)
This methods is an event listener, the event fires when a node is selected on the navigation tree.It will cause all the data associated with the node selected to be represented by the UI |
void |
processSelectDestinationNodeAction(javax.faces.event.ActionEvent event)
This event listener fires when a node is selected on the move node navigation tree. |
java.lang.String |
processSODRowSelection()
Handler for currently selected SOD row |
void |
processSODSelectRoleAction(javax.faces.event.ActionEvent event)
|
void |
processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent arg0)
Set the selected tab to save the state as other submits happen on the UI |
void |
processValueChange(javax.faces.event.ValueChangeEvent arg0)
Set the appropriate reporting node variable |
void |
refresh()
Refresh call to repopulate tree |
java.lang.String |
removeCurrentSodElement()
Handler to remove a selected SOD element |
java.lang.String |
removeNode()
Remove the currently selected node, and reset the update parent flag |
java.lang.String |
renameNode()
Rename currently selected node |
java.lang.String |
revertDistribution()
Called to revert changes made during session. |
boolean |
rollbackTransaction()
Rollback current transaction for current context |
void |
setCurrentSODElement(SODElement currentSODElement)
Set or reset current selectd SOD element |
void |
setDirectoryAttributeData(javax.faces.component.UIData directoryAttributeData)
Set new model for identity Attributes |
void |
setDirectoryGroupAttributeData(javax.faces.component.UIData directoryGroupAttributeData)
Set new model for group Attributes |
void |
setDirectoryUserAttributeData(javax.faces.component.UIData directoryUserAttributeData)
Set new model for user Attributes |
void |
setDisableMainButtons(boolean disableMainButtons)
Set the disable Main buttons to true, false otherwise |
void |
setDistributionStatus(com.bea.ales.rbac.DistributionStatus distributionStatus)
Sets distribution status flag |
void |
setErrMsg(java.lang.String msg)
Set new error message |
void |
setMemberRuleData(javax.faces.component.UIData memberRuleData)
Set new data for memeber rule |
void |
setMetaAttributeData(javax.faces.component.UIData metaAttributeData)
Set new data model for custom meta object attribute Data |
void |
setNavigationTree(org.apache.myfaces.custom.tree2.TreeModel navigationTree)
Set new navigation tree |
void |
setNewChildName(java.lang.String newChildName)
Set new child name during create |
void |
setNodeType(java.lang.String nodeType)
Set a new type for selected node, one of BaseTreeNode nodetype attributes or a custom type node for meta object implementations |
void |
setPermissionData(javax.faces.component.UIData permissionData)
Set new data model for permissions |
void |
setPermissionNode(PermissionNode selectedPermissionNode)
Call to reset current selected Permission Node. |
void |
setPolicyHasChanged(boolean policyHasChanged)
Set new policy changed status |
void |
setPsetAttributeData(javax.faces.component.UIData psetAttributeData)
Set new model for permission set attribute data |
void |
setRoleAttributeData(javax.faces.component.UIData roleAttributeData)
Set new model for Role Attributes |
java.lang.String |
setRoleNodePermissionSets()
Set the permission sets for the current role node. |
void |
setRolesToDenyFilter(java.lang.String rolesToDenyFilter)
Set new roles to deny filter |
void |
setSelectedIdentityDirectoryNode(IdentityDirectoryNode selectedIdentityDirectoryNode)
Reset currently selected identity directory node. |
void |
setSelectedIdentityNode(IdentityNode selectedIdentityNode)
Reset currently selected identity node. |
void |
setSelectedMetaObjectTab(int selectedMetaObjectTab)
Change currently selected meta object tab |
void |
setSelectedNode(EUIMetaObjectNode a_selectedNode)
Set new EUI meta node for a custom implementation node |
void |
setSelectedPermissionSetNode(PermissionSetNode selectedPermissionSetNode)
Reset currently selected permission set node. |
void |
setSelectedPermissionSetTab(int selectedPermissionSetTab)
Change currently selected permission set sub tab |
void |
setSelectedPsets(SelectedPermissionSets selectedPsets)
Set new set of permission sets as selected |
void |
setSelectedReportNode(ReportingNode selectedReportNode)
Selects a new Report node |
void |
setSelectedRoleNode(RoleNode selectedRoleNode)
Select a new role node |
void |
setSelectedRoleTab(int selectedRoleTab)
Set new tab to display for selected role |
void |
setSelectedSODRoleNode(RoleNode selectedSODRoleNode)
Select new SOD Role node |
void |
setSodData(javax.faces.component.UIData sodData)
Set new data model for SOD |
void |
setSodFilter(java.lang.String sodFilter)
Set new filter string for set |
void |
setTransactionStarted(boolean transactionStarted)
Reset current transaction flag |
java.lang.String |
startDistribution()
Start Distribution of changes made during current session. |
boolean |
startTransaction()
Starts transaction for the current RBAC Context if not started. |
java.lang.String |
updateSodRule()
Handler for modification of selected SOD |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String FILTER_ALL
public static final java.lang.String NAV_NODE_IDENTITY
public static final java.lang.String NAV_NODE_METAOBJECT_PREFIX
public static final java.lang.String NAV_NODE_PERMISSIONS
public static final java.lang.String NAV_NODE_PREFIX
public static final java.lang.String NAV_NODE_REPORTS
public static final java.lang.String NAV_NODE_ROLES
public static final java.lang.String NAV_NODE_SODS
Constructor Detail |
public SessionState()
Method Detail |
public java.lang.String cancelModifySODRule()
public java.lang.String cancelNewChild()
public java.lang.String cloneNode()
public boolean commitTransaction()
commitTransaction
in interface Transactable
public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
contextDestroyed
in interface javax.servlet.ServletContextListener
arg0
- servlet context eventpublic void contextInitialized(javax.servlet.ServletContextEvent arg0)
contextInitialized
in interface javax.servlet.ServletContextListener
arg0
- servlet context eventpublic com.bea.ales.rbac.MetaObject createRootRbacNode(java.lang.String rootName, java.lang.String type, int inheritanceModel)
type
- meta object typeinheritanceModel
- 0 / 1 based on desired inheritance modelrootName
- Name of the root node to use
public java.lang.String disableButtons() throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
public java.lang.String enableButtons() throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
public void exit()
public java.lang.String filterRolesToDeny()
public java.lang.String filterSod()
public java.lang.String finishedModifyRule()
public void finishPopup(javax.faces.event.ActionEvent event)
event
- public SODElement getCurrentSODElement()
public java.util.List getDirectories()
public javax.faces.component.UIData getDirectoryAttributeData()
public int getDirectoryAttributeIdx()
public javax.faces.component.UIData getDirectoryGroupAttributeData()
public int getDirectoryGroupAttributeIdx()
public javax.faces.component.UIData getDirectoryUserAttributeData()
public int getDirectoryUserAttributeIdx()
public com.bea.ales.rbac.DistributionStatus getDistributionStatus()
getDistributionStatus
in interface Distributable
public java.lang.String getErrMsg()
public java.util.List getFakeDirectories()
public java.util.List getFakeDirectoryAttributes()
public int getIdentityChangeNumber()
public javax.faces.component.UIData getMemberRuleData()
public int getMemberRuleIndex()
public javax.faces.component.UIData getMetaAttributeData()
public int getMetaAttributeIdx()
public org.apache.myfaces.custom.tree2.TreeModel getNavigationTree()
public java.lang.String getNewChildName()
public java.lang.String getNodeType()
public javax.faces.component.UIData getPermissionData()
public int getPermissionIdx()
public PermissionNode getPermissionNode()
public int getPermissionsChangeNumber()
public java.lang.String getPopupAction()
public javax.faces.component.UIData getPsetAttributeData()
public int getPsetAttributeIdx()
public int getPSetHierarchyChangeNumber()
public int getPsetPermHierarchyChangeNumber()
public com.bea.ales.rbac.RBAC_Context getRbacContext()
public javax.faces.component.UIData getRoleAttributeData()
public int getRoleAttributeIdx()
public int getRoleHierarchyChangeNumber()
public int getRolePsetHierarchyChangeNumber()
public java.util.List getRolesToDeny()
public java.lang.String getRolesToDenyFilter()
public EUIMetaObjectNode getRootMetaTree()
public PermissionSetNode getRootPset()
public com.bea.ales.rbac.MetaObject getRootRbacNode(java.lang.String type)
type
- meta object type
public com.bea.ales.rbac.RBAC_PermissionSet getRootRbacPermissionSet()
public com.bea.ales.rbac.RBAC_Role getRootRbacRole()
public RoleNode getRootRole()
public IdentityDirectoryNode getSelectedIdentityDirectoryNode()
public IdentityNode getSelectedIdentityNode()
public int getSelectedIdentityTab()
public int getSelectedMetaObjectTab()
public java.lang.String getSelectedMetaObjectTabName()
public EUIMetaObjectNode getSelectedNode()
public PermissionSetNode getSelectedPermissionSetNode()
public int getSelectedPermissionSetTab()
public java.lang.String getSelectedPermissionSetTabName()
public SelectedPermissionSets getSelectedPsets()
public ReportingNode getSelectedReportNode()
public RoleNode getSelectedRoleNode()
public int getSelectedRoleTab()
public java.lang.String getSelectedRoleTabName()
public RoleNode getSelectedSODRoleNode()
public java.util.List getSodConflictsResults()
public javax.faces.component.UIData getSodData()
public java.lang.String getSodFilter()
public int getSodIdx()
public java.util.List getSodList()
public SODNode getSodNode()
public org.apache.myfaces.custom.tree2.TreeModel getSodRoleTree()
public int getSodsChangeNumber()
public int increasePsetPermHierarchyChangeNumber()
public java.lang.String initSelectedPermissionSets()
public boolean isDisableMainButtons()
public boolean isDisableTreeButtons()
public boolean isDisableTreeButtonsNew()
public boolean isDisableTreeButtonsRemove()
public boolean isEnableRightPane()
public boolean isNewSOD()
public boolean isPolicyHasChanged()
public boolean isTransactionStarted()
isTransactionStarted
in interface Transactable
public java.lang.String logOut()
public java.lang.String moveNode()
public java.lang.String newChildOK()
public java.lang.String newSodRule()
public void populateNavTreeAfterPsetInit()
public void populateNavTreeIdentity()
public java.lang.String processDirectoryAttributeRowSelection()
public java.lang.String processDirectoryGroupAttributeRowSelection()
public java.lang.String processDirectoryUserAttributeRowSelection()
public java.lang.String processMemberRuleRowSelection()
public java.lang.String processMetaAttributeRowSelection()
public java.lang.String processPermissionRowSelection()
public void processPermPageChange(javax.faces.event.ActionEvent event)
event
- action eventpublic java.lang.String processPSetAttributeRowSelection()
public java.lang.String processRoleAttributeRowSelection()
public void processSelectAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
public void processSelectDestinationNodeAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
public java.lang.String processSODRowSelection()
public void processSODSelectRoleAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
public void processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent arg0) throws javax.faces.event.AbortProcessingException
javax.faces.event.AbortProcessingException
TabChangeListener.processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent)
public void processValueChange(javax.faces.event.ValueChangeEvent arg0) throws javax.faces.event.AbortProcessingException
arg0
- value change event
javax.faces.event.AbortProcessingException
ValueChangeListener.processValueChange(javax.faces.event.ValueChangeEvent)
public void refresh()
public java.lang.String removeCurrentSodElement()
public java.lang.String removeNode()
public java.lang.String renameNode()
public java.lang.String revertDistribution()
revertDistribution
in interface Distributable
public boolean rollbackTransaction()
rollbackTransaction
in interface Transactable
public void setCurrentSODElement(SODElement currentSODElement)
currentSODElement
- new SOD elementpublic void setDirectoryAttributeData(javax.faces.component.UIData directoryAttributeData)
directoryAttributeData
- new data model to setpublic void setDirectoryGroupAttributeData(javax.faces.component.UIData directoryGroupAttributeData)
directoryGroupAttributeData
- new data model to setpublic void setDirectoryUserAttributeData(javax.faces.component.UIData directoryUserAttributeData)
directoryUserAttributeData
- new data model to setpublic void setDisableMainButtons(boolean disableMainButtons)
disableMainButtons
- set true to disable main buttons, false to enablepublic void setDistributionStatus(com.bea.ales.rbac.DistributionStatus distributionStatus)
setDistributionStatus
in interface Distributable
distributionStatus
- status to setpublic void setErrMsg(java.lang.String msg)
msg
- - message to setpublic void setMemberRuleData(javax.faces.component.UIData memberRuleData)
memberRuleData
- new data to setpublic void setMetaAttributeData(javax.faces.component.UIData metaAttributeData)
metaAttributeData
- new data model to setpublic void setNavigationTree(org.apache.myfaces.custom.tree2.TreeModel navigationTree)
navigationTree
- new TreeModel to set or resetpublic void setNewChildName(java.lang.String newChildName)
newChildName
- The newChildName to set.public void setNodeType(java.lang.String nodeType)
nodeType
- BaseTreeNode node type constants or custom typepublic void setPermissionData(javax.faces.component.UIData permissionData)
permissionData
- public void setPermissionNode(PermissionNode selectedPermissionNode)
selectedPermissionNode
- new node to selectpublic void setPolicyHasChanged(boolean policyHasChanged)
policyHasChanged
- policy change statuspublic void setPsetAttributeData(javax.faces.component.UIData psetAttributeData)
psetAttributeData
- new model to setpublic void setRoleAttributeData(javax.faces.component.UIData roleAttributeData)
roleAttributeData
- new data model to setpublic java.lang.String setRoleNodePermissionSets()
public void setRolesToDenyFilter(java.lang.String rolesToDenyFilter)
rolesToDenyFilter
- new filter stringpublic void setSelectedIdentityDirectoryNode(IdentityDirectoryNode selectedIdentityDirectoryNode)
selectedIdentityDirectoryNode
- new node to selectpublic void setSelectedIdentityNode(IdentityNode selectedIdentityNode)
selectedIdentityNode
- new node to selectpublic void setSelectedMetaObjectTab(int selectedMetaObjectTab)
selectedMetaObjectTab
- public void setSelectedNode(EUIMetaObjectNode a_selectedNode)
public void setSelectedPermissionSetNode(PermissionSetNode selectedPermissionSetNode)
selectedPermissionSetNode
- new node to selectpublic void setSelectedPermissionSetTab(int selectedPermissionSetTab)
selectedPermissionSetTab
- new tab to setpublic void setSelectedPsets(SelectedPermissionSets selectedPsets)
selectedPsets
- new set to be selectedpublic void setSelectedReportNode(ReportingNode selectedReportNode)
selectedReportNode
- public void setSelectedRoleNode(RoleNode selectedRoleNode)
public void setSelectedRoleTab(int selectedRoleTab)
selectedRoleTab
- 0 for summary, 1 for Role permission, 2 for member rule,
3 for Role attributespublic void setSelectedSODRoleNode(RoleNode selectedSODRoleNode)
selectedSODRoleNode
- new node to selectpublic void setSodData(javax.faces.component.UIData sodData)
sodData
- new data modelpublic void setSodFilter(java.lang.String sodFilter)
sodFilter
- filter to setpublic void setTransactionStarted(boolean transactionStarted)
setTransactionStarted
in interface Transactable
transactionStarted
- public java.lang.String startDistribution()
startDistribution
in interface Distributable
public boolean startTransaction()
startTransaction
in interface Transactable
public java.lang.String updateSodRule()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |