[
http://jira.jboss.com/jira/browse/JBAS-2624?page=all ]
Dimitris Andreadis updated JBAS-2624:
-------------------------------------
Fix Version/s: JBossAS-5.0.0.Beta2
(was: JBossAS-5.0.0.Beta1)
Affects Version/s: (was: JBossAS-5.0.0.GA)
Move to Beta2.
Generic AuthorizationManager service
------------------------------------
Key: JBAS-2624
URL:
http://jira.jboss.com/jira/browse/JBAS-2624
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.Beta2
For the first pass, the AuthorizationManager interface is defined as follows:
public interface AuthorizationManager
{
//Permission can be of type WebUserDataPermission,
//WebResourcePermission and WebRoleRefPermission
public boolean hasPermission(Permission perm, Principal principal);
public boolean doesUserHaveRole(String roleName);
}
--
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