Interface SSOCompatibleADUserSource
- 
- All Known Implementing Classes:
 ActiveDirectoryUserSource,ADInternalHybridUserSource,ADtoDBHybridAuthenticator
public interface SSOCompatibleADUserSource 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticatedUserauthenticateAD(AuthChallenge challenge)Callback to the standard, non-SSO version of this user source's auth logicUserfindSSOUser(java.lang.String uname)Used by the SSO helper in order to search for a user with a given username. 
 - 
 
- 
- 
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
 
 - 
 
 -