Home
last modified time | relevance | path

Searched refs:isAuthMandatory (Results 1 – 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java472 boolean isAuthMandatory = in handle()
473 isAuthMandatory(baseRequest, base_response, constraintInfo); in handle()
475 if (isAuthMandatory && authenticator==null) in handle()
492 …l?Authentication.UNAUTHENTICATED:authenticator.validateRequest(request, response, isAuthMandatory); in handle()
511 if (isAuthMandatory) in handle()
524 authenticator.secureResponse(request, response, isAuthMandatory, userAuth); in handle()
546 … authenticator.secureResponse(request, response, isAuthMandatory, userAuth); in handle()
549 authenticator.secureResponse(request, response, isAuthMandatory, null); in handle()
559 authenticator.secureResponse(request, response, isAuthMandatory, null); in handle()
616 …protected abstract boolean isAuthMandatory(Request baseRequest, Response base_response, Object con… in isAuthMandatory() method in SecurityHandler
DConstraintSecurityHandler.java758 …protected boolean isAuthMandatory(Request baseRequest, Response base_response, Object constraintIn… in isAuthMandatory() method in ConstraintSecurityHandler