Searched refs:isUserInRole (Results 1 - 12 of 12) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
H A DUserIdentity.java27 * checking isUserInRole and getUserPrincipal.
55 boolean isUserInRole(String role, Scope scope); method in interface:UserIdentity
105 public boolean isUserInRole(String role, Scope scope)
H A DAuthentication.java45 boolean isUserInRole(UserIdentity.Scope scope,String role); method in interface:Authentication.User
H A DServletRequestHttpWrapper.java111 public boolean isUserInRole(String role) method in class:ServletRequestHttpWrapper
H A DRequest.java1448 * @see javax.servlet.http.HttpServletRequest#isUserInRole(java.lang.String)
1450 public boolean isUserInRole(String role) method in class:Request
1456 return ((Authentication.User)_authentication).isUserInRole(_scope,role);
/external/jetty/src/java/org/eclipse/jetty/security/
H A DUserAuthentication.java50 public boolean isUserInRole(Scope scope, String role) method in class:UserAuthentication
52 return _userIdentity.isUserInRole(role, scope);
H A DSpnegoUserIdentity.java52 public boolean isUserInRole(String role, Scope scope) method in class:SpnegoUserIdentity
H A DDefaultUserIdentity.java56 public boolean isUserInRole(String role, Scope scope) method in class:DefaultUserIdentity
H A DConstraintSecurityHandler.java792 if (userIdentity.isUserInRole(role, null))
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DSessionAuthentication.java76 public boolean isUserInRole(Scope scope, String role) method in class:SessionAuthentication
78 return _userIdentity.isUserInRole(role, scope);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 384 milliseconds