Interface SSOCompatibleADUserSource

    • Method Detail

      • authenticateAD

        AuthenticatedUser authenticateAD​(AuthChallenge challenge)
                                  throws java.lang.Exception
        Callback to the standard, non-SSO version of this user source's auth logic
        Throws:
        java.lang.Exception
      • findSSOUser

        User findSSOUser​(java.lang.String uname)
                  throws java.lang.Exception
        Used by the SSO helper in order to search for a user with a given username. Return null if no user with this username is found.
        Throws:
        java.lang.Exception