Class RestrictedAuthenticator


  • public class RestrictedAuthenticator
    extends Authenticator
    A "restricted" authenticator, that will not allow logins except for root and for users that are authorized to maintain the system.
    • Constructor Detail

      • RestrictedAuthenticator

        public RestrictedAuthenticator​(javax.servlet.http.HttpServletRequest req,
                                       Authenticator auth)