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

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

Completed in 115 milliseconds