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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.<R> R
runAsRmAdmin
(AuthenticationUtil.RunAsWork<R> runAsWork) Deprecated.
-
Field Details
-
DEFAULT_RM_ADMIN_USER
Deprecated.Default rm admin user values- See Also:
-
-
Constructor Details
-
FilePlanAuthenticationServiceImpl
public FilePlanAuthenticationServiceImpl()Deprecated.
-
-
Method Details
-
getRmAdminUserName
Deprecated.- Specified by:
getRmAdminUserName
in interfaceFilePlanAuthenticationService
- Returns:
- rm admin user name
- See Also:
-
runAsRmAdmin
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:
-