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 - :RemoteExceptionboolean login(String username9, String password10, String remoteAddress11) throws RemoteException, AuthenticationExceptionException
login8 - AuthenticationExceptionException - :RemoteExceptionvoid startlogin(String username9, String password10, String remoteAddress11, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
login8 - RemoteExceptionString[] getSystemPermissionOfUser(String username15) throws RemoteException, ExceptionException
getSystemPermissionOfUser14 - ExceptionException - :RemoteExceptionvoid startgetSystemPermissionOfUser(String username15, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
getSystemPermissionOfUser14 - RemoteExceptionboolean loginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22) throws RemoteException, AuthenticationExceptionException
loginWithDelegation18 - AuthenticationExceptionException - :RemoteExceptionvoid startloginWithDelegation(String username19, String password20, String authenticatedUser21, String remoteAddress22, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
loginWithDelegation18 - RemoteExceptionCopyright © 2017 WSO2. All rights reserved.