Interface AuthenticationAdminService
- All Known Implementing Classes:
AuthenticationAdminServiceStub
public interface AuthenticationAdminService
-
Method Summary
Modifier and TypeMethodDescriptionString[]getSystemPermissionOfUser(String username14) Auto generated method signaturebooleanAuto generated method signaturebooleanloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22) Auto generated method signaturevoidlogout()Auto generated method signature for Asynchronous InvocationsvoidstartgetSystemPermissionOfUser(String username14, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocationsvoidstartlogin(String username8, String password9, String remoteAddress10, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous InvocationsvoidstartloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22, AuthenticationAdminServiceCallbackHandler callback) Auto generated method signature for Asynchronous Invocations
-
Method Details
-
login
boolean login(String username8, String password9, String remoteAddress10) throws RemoteException, AuthenticationExceptionException Auto generated method signature- Parameters:
login7-- Throws:
AuthenticationExceptionException- :RemoteException
-
startlogin
void startlogin(String username8, String password9, String remoteAddress10, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
login7-- Throws:
RemoteException
-
getSystemPermissionOfUser
Auto generated method signature- Parameters:
getSystemPermissionOfUser13-- Throws:
ExceptionException- :RemoteException
-
startgetSystemPermissionOfUser
void startgetSystemPermissionOfUser(String username14, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
getSystemPermissionOfUser13-- Throws:
RemoteException
-
logout
Auto generated method signature for Asynchronous Invocations- Throws:
AuthenticationExceptionException- :RemoteException
-
loginWithDelegation
boolean loginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22) throws RemoteException, AuthenticationExceptionException Auto generated method signature- Parameters:
loginWithDelegation18-- Throws:
AuthenticationExceptionException- :RemoteException
-
startloginWithDelegation
void startloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException Auto generated method signature for Asynchronous Invocations- Parameters:
loginWithDelegation18-- Throws:
RemoteException
-