Interface SSOCompatibleADUserSource

All Known Implementing Classes:
ActiveDirectoryUserSource, ADInternalHybridUserSource, ADtoDBHybridAuthenticator

public interface SSOCompatibleADUserSource
  • Method Summary

    Modifier and Type
    Method
    Description
    Callback to the standard, non-SSO version of this user source's auth logic
    Used by the SSO helper in order to search for a user with a given username.
  • Method Details

    • authenticateAD

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

      User findSSOUser(String uname) throws 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:
      Exception