Package org.dspace.authenticate.factory
Class AuthenticateServiceFactory
- java.lang.Object
-
- org.dspace.authenticate.factory.AuthenticateServiceFactory
-
- Direct Known Subclasses:
AuthenticateServiceFactoryImpl
public abstract class AuthenticateServiceFactory extends Object
Abstract factory to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description AuthenticateServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract AuthenticationServicegetAuthenticationService()static AuthenticateServiceFactorygetInstance()
-
-
-
Method Detail
-
getAuthenticationService
public abstract AuthenticationService getAuthenticationService()
-
getInstance
public static AuthenticateServiceFactory getInstance()
-
-