Interface AuthenticationAdminService
-
- All Known Implementing Classes:
AuthenticationAdminServiceStub
public interface AuthenticationAdminService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getSystemPermissionOfUser(String username14)
Auto generated method signatureboolean
login(String username8, String password9, String remoteAddress10)
Auto generated method signatureboolean
loginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22)
Auto generated method signaturevoid
logout()
Auto generated method signature for Asynchronous Invocationsvoid
startgetSystemPermissionOfUser(String username14, AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startlogin(String username8, String password9, String remoteAddress10, AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22, AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
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
String[] getSystemPermissionOfUser(String username14) throws RemoteException, ExceptionException
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
void logout() throws RemoteException, AuthenticationExceptionException
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
-
-