/external/jetty/src/java/org/eclipse/jetty/server/ |
D | UserIdentity.java | 55 boolean isUserInRole(String role, Scope scope); in isUserInRole() method 105 public boolean isUserInRole(String role, Scope scope)
|
D | Authentication.java | 45 boolean isUserInRole(UserIdentity.Scope scope,String role); in isUserInRole() method
|
D | ServletRequestHttpWrapper.java | 111 public boolean isUserInRole(String role) in isUserInRole() method in ServletRequestHttpWrapper
|
D | Request.java | 1450 public boolean isUserInRole(String role) in isUserInRole() method in Request 1456 return ((Authentication.User)_authentication).isUserInRole(_scope,role); in isUserInRole()
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | UserAuthentication.java | 50 public boolean isUserInRole(Scope scope, String role) in isUserInRole() method in UserAuthentication 52 return _userIdentity.isUserInRole(role, scope); in isUserInRole()
|
D | SpnegoUserIdentity.java | 52 public boolean isUserInRole(String role, Scope scope) in isUserInRole() method in SpnegoUserIdentity
|
D | DefaultUserIdentity.java | 56 public boolean isUserInRole(String role, Scope scope) in isUserInRole() method in DefaultUserIdentity
|
D | ConstraintSecurityHandler.java | 792 if (userIdentity.isUserInRole(role, null)) in checkWebResourcePermissions()
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | SessionAuthentication.java | 76 public boolean isUserInRole(Scope scope, String role) in isUserInRole() method in SessionAuthentication 78 return _userIdentity.isUserInRole(role, scope); in isUserInRole()
|
/external/guice/extensions/servlet/lib/build/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/guice/extensions/struts2/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | javax.servlet_2.5.0.v200910301333.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/lib/ |
D | javax.servlet-3.0.0.v201112011016.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/caliper/lib/ |
D | jsr311-api-1.1.1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/ws/
javax/ ... |
D | jersey-core-1.11.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/jersey-module- ... |
/external/jetty/ |
D | VERSION.txt | 1029 + 343472 isUserInRole does not prevent subsequent login call. 3160 + JETTY-213 request.isUserInRole(String) fixed 3380 + fixed isUserInRole checking for JAASUserRealm 3431 + fixed isUserInRole checking for JAASUserRealm 3614 + implemented request.isUserInRole 4574 + Implemented security-role-ref for isUserInRole.
|