Class FilePlanAuthenticationServiceImpl
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.security.FilePlanAuthenticationServiceImpl
-
- All Implemented Interfaces:
FilePlanAuthenticationService
@Deprecated public class FilePlanAuthenticationServiceImpl extends Object implements FilePlanAuthenticationService
Deprecated.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_RM_ADMIN_USER
Deprecated.
-
Constructor Summary
Constructors Constructor Description FilePlanAuthenticationServiceImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getRmAdminUserName()
Deprecated.<R> R
runAsRmAdmin(org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork<R> runAsWork)
Deprecated.
-
-
-
Field Detail
-
DEFAULT_RM_ADMIN_USER
@Deprecated public static final String DEFAULT_RM_ADMIN_USER
Deprecated.Default rm admin user values- See Also:
- Constant Field Values
-
-
Method Detail
-
getRmAdminUserName
@Deprecated public String getRmAdminUserName()
Deprecated.- Specified by:
getRmAdminUserName
in interfaceFilePlanAuthenticationService
- Returns:
- rm admin user name
- See Also:
()
-
runAsRmAdmin
@Deprecated public <R> R runAsRmAdmin(org.alfresco.repo.security.authentication.AuthenticationUtil.RunAsWork<R> runAsWork)
Deprecated.Description copied from interface:FilePlanAuthenticationService
Run provided work as the global rm admin user.- Specified by:
runAsRmAdmin
in interfaceFilePlanAuthenticationService
- Type Parameters:
R
- return type- Parameters:
runAsWork
- work to execute as the rm admin user- Returns:
- R result of work execution
- See Also:
FilePlanAuthenticationService.runAsRmAdmin(RunAsWork)
-
-