Package de.xima.fc.handler.system
Class AuthenticationHandler
- java.lang.Object
-
- de.xima.fc.handler.AMSApiHandler
-
- de.xima.fc.handler.system.AuthenticationHandler
-
- All Implemented Interfaces:
IAPIHandler,IAuthenticationHandler,Serializable
public class AuthenticationHandler extends AMSApiHandler implements IAuthenticationHandler
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticator<?>getAuthenticator(UserContext uc, UUID callbackUuid)Returns the authenticator with the given callback UUID.AuthenticationDataloadAuthRequestData(UserContext uc, AuthenticationDataRequest request)-
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
-
-
-
Method Detail
-
loadAuthRequestData
public AuthenticationData loadAuthRequestData(UserContext uc, AuthenticationDataRequest request)
- Specified by:
loadAuthRequestDatain interfaceIAuthenticationHandler
-
getAuthenticator
public IAuthenticator<?> getAuthenticator(UserContext uc, UUID callbackUuid)
Description copied from interface:IAuthenticationHandlerReturns the authenticator with the given callback UUID.- Specified by:
getAuthenticatorin interfaceIAuthenticationHandler- Parameters:
uc- user context for accessing the database.callbackUuid- of the authenticator- Returns:
- authenticator with the given callback UUID.
-
-