Class RemoteUserAuthenticatorFactory.RemoteUserAuthenticator

    • Constructor Detail

      • RemoteUserAuthenticator

        public RemoteUserAuthenticator​(org.springframework.extensions.webscripts.servlet.WebScriptServletRequest req,
                                       org.springframework.extensions.webscripts.servlet.WebScriptServletResponse res,
                                       AuthenticationListener listener)
    • Method Detail

      • authenticate

        public boolean authenticate​(org.springframework.extensions.webscripts.Description.RequiredAuthentication required,
                                    boolean isGuest)
        Specified by:
        authenticate in interface org.springframework.extensions.webscripts.Authenticator
        Overrides:
        authenticate in class BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
      • getRemoteUser

        protected String getRemoteUser()
        Retrieve the remote user from servlet request header when using a secure connection. The RemoteUserMapper bean must be active and configured.
        Returns:
        remote user ID or null if not active or found