proxy authentication using jetty
问题 I am trying to find out if it is possible to do proxy authentication in Java using jetty. I have been able to do basic and digest authentication schemes using jetty and there are easy ways in Jetty to set up these authentication schemes using pseudo code as this: constraint = org.mortbay.jetty.security.Constraint(); constraint.setName(constraint.('__BASIC_AUTH')) constraint.setRoles({'admin'}); constraint.setAuthenticate(true); constraintMapping = ConstraintMapping(); constraintMapping