[jboss-jira] [JBoss JIRA] Assigned: (JBPORTAL-1158) Secure instances in dashboard configurator
Roy Russo (JIRA)
jira-events at jboss.com
Tue Dec 12 15:42:38 EST 2006
[ http://jira.jboss.com/jira/browse/JBPORTAL-1158?page=all ]
Roy Russo reassigned JBPORTAL-1158:
-----------------------------------
Assignee: Julien Viet (was: Roy Russo)
Need some work on the InstanceContainer for this to happen.
What I originally had in the configurator was something like:
List available_instances = (List)instanceContainer.getInstances();
for (int i = 0; i < available_instances.size(); i++)
{
Instance instance = (Instance)available_instances.get(i);
// remove the instances that this user does not have priviledges for.
}
> Secure instances in dashboard configurator
> ------------------------------------------
>
> Key: JBPORTAL-1158
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1158
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Affects Versions: 2.6.Alpha1
> Reporter: Roy Russo
> Assigned To: Julien Viet
> Fix For: 2.6.Alpha1
>
>
> User should not be allowed to add instances that are secured to him.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list