Author: mageshbk(a)jboss.com
Date: 2009-06-04 07:12:17 -0400 (Thu, 04 Jun 2009)
New Revision: 13433
Modified:
modules/identity/branches/JBP_IDENTITY_1_1_0_JBEPP-78/identity/src/main/java/org/jboss/portal/identity/RoleModule.java
Log:
Removed getAdminRoles method
Modified:
modules/identity/branches/JBP_IDENTITY_1_1_0_JBEPP-78/identity/src/main/java/org/jboss/portal/identity/RoleModule.java
===================================================================
---
modules/identity/branches/JBP_IDENTITY_1_1_0_JBEPP-78/identity/src/main/java/org/jboss/portal/identity/RoleModule.java 2009-06-04
10:16:06 UTC (rev 13432)
+++
modules/identity/branches/JBP_IDENTITY_1_1_0_JBEPP-78/identity/src/main/java/org/jboss/portal/identity/RoleModule.java 2009-06-04
11:12:17 UTC (rev 13433)
@@ -103,12 +103,5 @@
*/
Set findRoles() throws IdentityException;
- /**
- * Get all the administrator roles
- *
- * @return the role names
- */
- Set<String> getAdminRoles() throws IdentityException;
-
}
Show replies by date