public interface AuthenticationAdminService
Modifier and Type | Method and Description |
---|---|
String[] |
getSystemPermissionOfUser(String username15)
Auto generated method signature
|
boolean |
login(String username9,
String password10,
String remoteAddress11)
Auto generated method signature
|
boolean |
loginWithDelegation(String username19,
String password20,
String authenticatedUser21,
String remoteAddress22)
Auto generated method signature
|
void |
logout()
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemPermissionOfUser(String username15,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlogin(String username9,
String password10,
String remoteAddress11,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startloginWithDelegation(String username19,
String password20,
String authenticatedUser21,
String remoteAddress22,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void logout() throws RemoteException, AuthenticationExceptionException
AuthenticationExceptionException
- :RemoteException
boolean login(String username9, String password10, String remoteAddress11) throws RemoteException, AuthenticationExceptionException
login8
- AuthenticationExceptionException
- :RemoteException
void startlogin(String username9, String password10, String remoteAddress11, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
login8
- RemoteException
String[] getSystemPermissionOfUser(String username15) throws RemoteException, ExceptionException
getSystemPermissionOfUser14
- ExceptionException
- :RemoteException
void startgetSystemPermissionOfUser(String username15, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
getSystemPermissionOfUser14
- RemoteException
boolean loginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22) throws RemoteException, AuthenticationExceptionException
loginWithDelegation18
- AuthenticationExceptionException
- :RemoteException
void startloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
loginWithDelegation18
- RemoteException
Copyright © 2017 WSO2. All rights reserved.