public interface AuthenticationAdmin
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatorName()
Auto generated method signature
|
int |
getPriority()
Auto generated method signature
|
boolean |
isDisabled()
Auto generated method signature
|
boolean |
login(String username25,
String password26,
String remoteAddress27)
Auto generated method signature
|
boolean |
loginWithRememberMeCookie(String cookie21)
Auto generated method signature
|
RememberMeData |
loginWithRememberMeOption(String username9,
String password10,
String remoteAddress11)
Auto generated method signature
|
void |
logout()
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAuthenticatorName(AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPriority(AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisDisabled(AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlogin(String username25,
String password26,
String remoteAddress27,
AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startloginWithRememberMeCookie(String cookie21,
AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startloginWithRememberMeOption(String username9,
String password10,
String remoteAddress11,
AuthenticationAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
RememberMeData loginWithRememberMeOption(String username9, String password10, String remoteAddress11) throws RemoteException, LoginWithRememberMeOptionAuthenticationExceptionException
loginWithRememberMeOption8 - LoginWithRememberMeOptionAuthenticationExceptionException - :RemoteExceptionvoid startloginWithRememberMeOption(String username9, String password10, String remoteAddress11, AuthenticationAdminCallbackHandler callback) throws RemoteException
loginWithRememberMeOption8 - RemoteExceptionint getPriority()
throws RemoteException
getPriority14 - RemoteExceptionvoid startgetPriority(AuthenticationAdminCallbackHandler callback) throws RemoteException
getPriority14 - RemoteExceptionboolean isDisabled()
throws RemoteException
isDisabled17 - RemoteExceptionvoid startisDisabled(AuthenticationAdminCallbackHandler callback) throws RemoteException
isDisabled17 - RemoteExceptionboolean loginWithRememberMeCookie(String cookie21) throws RemoteException
loginWithRememberMeCookie20 - RemoteExceptionvoid startloginWithRememberMeCookie(String cookie21, AuthenticationAdminCallbackHandler callback) throws RemoteException
loginWithRememberMeCookie20 - RemoteExceptionboolean login(String username25, String password26, String remoteAddress27) throws RemoteException, LoginAuthenticationExceptionException
login24 - LoginAuthenticationExceptionException - :RemoteExceptionvoid startlogin(String username25, String password26, String remoteAddress27, AuthenticationAdminCallbackHandler callback) throws RemoteException
login24 - RemoteExceptionvoid logout()
throws RemoteException,
LogoutAuthenticationExceptionException
String getAuthenticatorName() throws RemoteException
getAuthenticatorName31 - RemoteExceptionvoid startgetAuthenticatorName(AuthenticationAdminCallbackHandler callback) throws RemoteException
getAuthenticatorName31 - RemoteExceptionCopyright © 2020 WSO2. All rights reserved.