Package org.dspace.authenticate.factory
Class AuthenticateServiceFactoryImpl
- java.lang.Object
-
- org.dspace.authenticate.factory.AuthenticateServiceFactory
-
- org.dspace.authenticate.factory.AuthenticateServiceFactoryImpl
-
public class AuthenticateServiceFactoryImpl extends AuthenticateServiceFactory
Factory implementation to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description AuthenticateServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationServicegetAuthenticationService()-
Methods inherited from class org.dspace.authenticate.factory.AuthenticateServiceFactory
getInstance
-
-
-
-
Method Detail
-
getAuthenticationService
public AuthenticationService getAuthenticationService()
- Specified by:
getAuthenticationServicein classAuthenticateServiceFactory
-
-