taylor 2004/10/08 14:46:06
Modified: jetspeed-api/src/java/org/apache/jetspeed/profiler
Profiler.java
Log:
added api getLocatorNamesForPrincipal
Revision Changes Path
1.8 +10 -1
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/profiler/Profiler.java
Index: Profiler.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/profiler/Profiler.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Profiler.java 8 Oct 2004 06:49:37 -0000 1.7
+++ Profiler.java 8 Oct 2004 21:46:06 -0000 1.8
@@ -120,5 +120,14 @@
* @return
*/
String getAnonymousUser();
+
+ /**
+ * For a given principal, find all supported locators and return a string array
of
+ * locator names.
+ *
+ * @param principal The given principal.
+ * @return array of String locator names
+ */
+ String[] getLocatorNamesForPrincipal(Principal principal);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]