Home
last modified time | relevance | path

Searched refs:userIdentity (Results 1 – 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
DUserAuthentication.java34 public UserAuthentication(String method, UserIdentity userIdentity) in UserAuthentication() argument
37 _userIdentity = userIdentity; in UserAuthentication()
DConstraintSecurityHandler.java773 …athInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity) in checkWebResourcePermissions() argument
792 if (userIdentity.isUserInRole(role, null)) in checkWebResourcePermissions()
DSecurityHandler.java620 … UserIdentity userIdentity) throws IOException; in checkWebResourcePermissions() argument
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DSessionAuthentication.java58 public SessionAuthentication(String method, UserIdentity userIdentity, Object credentials) in SessionAuthentication() argument
61 _userIdentity = userIdentity; in SessionAuthentication()
DFormAuthenticator.java491 public FormAuthentication(String method, UserIdentity userIdentity) in FormAuthentication() argument
493 super(method,userIdentity); in FormAuthentication()