Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/server/
DAuthentication.java135 public final static Authentication NOT_CHECKED = new Authentication(){@Override field
DRequest.java1486 setAuthentication(Authentication.NOT_CHECKED); in recycle()
/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java491 if (authentication==null || authentication==Authentication.NOT_CHECKED) in handle()