public interface SSOCompatibleADUserSource
Modifier and Type | Method and Description |
---|---|
AuthenticatedUser |
authenticateAD(AuthChallenge challenge)
Callback to the standard, non-SSO version of this user source's auth logic
|
User |
findSSOUser(java.lang.String uname)
Used by the SSO helper in order to search for a user with a given username.
|
AuthenticatedUser authenticateAD(AuthChallenge challenge) throws java.lang.Exception
java.lang.Exception
User findSSOUser(java.lang.String uname) throws java.lang.Exception
java.lang.Exception