public interface AuthenticationAdminService
Modifier and Type | Method and Description |
---|---|
String[] |
getSystemPermissionOfUser(String username14)
Auto generated method signature
|
boolean |
login(String username8,
String password9,
String remoteAddress10)
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 username14,
AuthenticationAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlogin(String username8,
String password9,
String remoteAddress10,
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
|
boolean login(String username8, String password9, String remoteAddress10) throws RemoteException, AuthenticationExceptionException
login7
- AuthenticationExceptionException
- :RemoteException
void startlogin(String username8, String password9, String remoteAddress10, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
login7
- RemoteException
String[] getSystemPermissionOfUser(String username14) throws RemoteException, ExceptionException
getSystemPermissionOfUser13
- ExceptionException
- :RemoteException
void startgetSystemPermissionOfUser(String username14, AuthenticationAdminServiceCallbackHandler callback) throws RemoteException
getSystemPermissionOfUser13
- RemoteException
void logout() throws RemoteException, AuthenticationExceptionException
AuthenticationExceptionException
- :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 © 2023 WSO2. All rights reserved.