Class ConfluenceGroupJoiningAuthenticator

    • Constructor Detail

      • ConfluenceGroupJoiningAuthenticator

        public ConfluenceGroupJoiningAuthenticator()
    • Method Detail

      • login

        public boolean login​(javax.servlet.http.HttpServletRequest httpServletRequest,
                             javax.servlet.http.HttpServletResponse httpServletResponse,
                             String username,
                             String password,
                             boolean setRememberMeCookie)
                      throws com.atlassian.seraph.auth.AuthenticatorException
        Specified by:
        login in interface com.atlassian.seraph.auth.Authenticator
        Overrides:
        login in class ConfluenceAuthenticator
        Throws:
        com.atlassian.seraph.auth.AuthenticatorException
      • addUserToGroup

        protected static boolean addUserToGroup​(com.atlassian.crowd.embedded.api.User user,
                                                String groupName)
      • getCrowdService

        protected static com.atlassian.crowd.embedded.api.CrowdService getCrowdService()