Home
last modified time | relevance | path

Searched refs:isUserInRole (Results 1 – 20 of 20) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DUserIdentity.java55 boolean isUserInRole(String role, Scope scope); in isUserInRole() method
105 public boolean isUserInRole(String role, Scope scope)
DAuthentication.java45 boolean isUserInRole(UserIdentity.Scope scope,String role); in isUserInRole() method
DServletRequestHttpWrapper.java111 public boolean isUserInRole(String role) in isUserInRole() method in ServletRequestHttpWrapper
DRequest.java1450 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/
DUserAuthentication.java50 public boolean isUserInRole(Scope scope, String role) in isUserInRole() method in UserAuthentication
52 return _userIdentity.isUserInRole(role, scope); in isUserInRole()
DSpnegoUserIdentity.java52 public boolean isUserInRole(String role, Scope scope) in isUserInRole() method in SpnegoUserIdentity
DDefaultUserIdentity.java56 public boolean isUserInRole(String role, Scope scope) in isUserInRole() method in DefaultUserIdentity
DConstraintSecurityHandler.java792 if (userIdentity.isUserInRole(role, null)) in checkWebResourcePermissions()
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DSessionAuthentication.java76 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/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/struts2/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/persist/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/caliper/lib/
Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ ...
Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module- ...
/external/jetty/
DVERSION.txt1029 + 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.