Home
last modified time | relevance | path

Searched refs:getAuthentication (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java490 Authentication authentication = baseRequest.getAuthentication(); in handle()
542 Authentication auth=baseRequest.getAuthentication(); in handle()
/external/jetty/src/java/org/eclipse/jetty/server/
DNCSARequestLog.java492 Authentication authentication=request.getAuthentication(); in log()
DRequest.java474 public Authentication getAuthentication() in getAuthentication() method in Request