Package org.dspace.authorize.factory
Class AuthorizeServiceFactoryImpl
- java.lang.Object
-
- org.dspace.authorize.factory.AuthorizeServiceFactory
-
- org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
-
public class AuthorizeServiceFactoryImpl extends AuthorizeServiceFactory
Factory implementation to get services for the authorize package, use AuthorizeServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description AuthorizeServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizeServicegetAuthorizeService()ResourcePolicyServicegetResourcePolicyService()-
Methods inherited from class org.dspace.authorize.factory.AuthorizeServiceFactory
getInstance
-
-
-
-
Method Detail
-
getAuthorizeService
public AuthorizeService getAuthorizeService()
- Specified by:
getAuthorizeServicein classAuthorizeServiceFactory
-
getResourcePolicyService
public ResourcePolicyService getResourcePolicyService()
- Specified by:
getResourcePolicyServicein classAuthorizeServiceFactory
-
-