Interface FilePlanAuthenticationService
-
- All Known Implementing Classes:
FilePlanAuthenticationServiceImpl
public interface FilePlanAuthenticationService
Deprecated.as of 2.2, useAuthenticationUtil
.File plan authentication service.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getRmAdminUserName()
Deprecated.as of 2.2, useAuthenticationUtil.getAdminUserName()
<R> R
runAsRmAdmin(AuthenticationUtil.RunAsWork<R> runAsWork)
Deprecated.as of 2.2, useAuthenticationUtil.runAs(RunAsWork, String)
-
-
-
Method Detail
-
getRmAdminUserName
String getRmAdminUserName()
Deprecated.as of 2.2, useAuthenticationUtil.getAdminUserName()
- Returns:
- rm admin user name
-
runAsRmAdmin
<R> R runAsRmAdmin(AuthenticationUtil.RunAsWork<R> runAsWork)
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
-
-