Interface SSOCompatibleADUserSource
- 
- All Known Implementing Classes:
- ActiveDirectoryUserSource,- ADInternalHybridUserSource,- ADtoDBHybridAuthenticator
 
 public interface SSOCompatibleADUserSource
- 
- 
Method SummaryAll 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- 
authenticateADAuthenticatedUser 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
 
 - 
findSSOUserUser 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
 
 
- 
 
-