Interface FilePlanAuthenticationService
- All Known Implementing Classes:
FilePlanAuthenticationServiceImpl
public interface FilePlanAuthenticationService
Deprecated.
File plan authentication service.
- Since:
- 2.1
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.as of 2.2, useAuthenticationUtil.getAdminUserName()
<R> R
runAsRmAdmin
(AuthenticationUtil.RunAsWork<R> runAsWork) Deprecated.as of 2.2, useAuthenticationUtil.runAs(RunAsWork, String)
-
Method Details
-
getRmAdminUserName
String getRmAdminUserName()Deprecated.as of 2.2, useAuthenticationUtil.getAdminUserName()
- Returns:
- rm admin user name
-
runAsRmAdmin
Deprecated.as of 2.2, useAuthenticationUtil.runAs(RunAsWork, String)
Run provided work as the global rm admin user.- Type Parameters:
R
- return type- Parameters:
runAsWork
- work to execute as the rm admin user- Returns:
- R result of work execution
-
AuthenticationUtil
.