- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for userMethod (0.14 seconds)
-
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
public void testMethod() { } } // Test class with method annotations static class MethodAnnotatedClass { @Secured({ "ROLE_USER" }) public void userMethod() { } @Secured({ "ROLE_ADMIN" }) public void adminMethod() { } @Secured({ "ROLE_USER", "ROLE_ADMIN", "ROLE_GUEST" }) public void multiRoleMethod() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
android/guava/src/com/google/common/io/TempFileCreator.java
Method infoMethod = processHandleClass.getMethod("info"); Method userMethod = processHandleInfoClass.getMethod("user"); Method orElseMethod = optionalClass.getMethod("orElse", Object.class); Object current = currentMethod.invoke(null); Object info = infoMethod.invoke(current); Object user = userMethod.invoke(info);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 29 18:50:14 GMT 2025 - 11.8K bytes - Click Count (0)