Index
All Classes|All Packages
A
- authenticateUser(String, String, String, AuthenticationContext, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Perform authentication with provided username and password.
C
- createAndSendAuthorizationSms(String, String, AccountStatus, AuthMethod, OperationContext, String, boolean) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Create and send authorization SMS message with new OTP authorization code.
- createConsentForm(String, String, OperationContext, String) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Create OAuth 2.0 consent form.
- createImplicitLoginOperation(String, String[]) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Create a new login operation from the OAuth 2.0 login context.
D
- DataAdapterClient - Class in io.getlime.security.powerauth.lib.dataadapter.client
-
Data Adapter Client provides methods for communication with the Data Adapter.
- DataAdapterClient(RestClientConfiguration) - Constructor for class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Create a new client with provided base URL.
- DataAdapterClient(String) - Constructor for class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Create a new client with provided base URL.
- DataAdapterClientErrorException - Exception in io.getlime.security.powerauth.lib.dataadapter.client
-
Exception thrown from the data adapter in case of an error.
- DataAdapterClientErrorException() - Constructor for exception io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClientErrorException
-
Default constructor.
- DataAdapterClientErrorException(Throwable) - Constructor for exception io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClientErrorException
-
Constructor with cause.
- DataAdapterClientErrorException(Throwable, DataAdapterError) - Constructor for exception io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClientErrorException
-
Constructor with cause and error.
- decorateOperationFormData(String, String, AuthMethod, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Decorate operation form data.
E
- executeAfsAction(String, String, OperationContext, AfsRequestParameters, Map<String, Object>) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Execute an anti-fraud system action with information about current step and retrieve response which can override authentication instruments used in current authentication step.
F
- fetchUserDetail(String, String) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Obtain user details for given user ID.
- formDataChangedNotification(FormDataChange, String, String, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Send a notification about form data change.
G
- getError() - Method in exception io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClientErrorException
-
Get data adapter error.
- getPAOperationMapping(String, String, AuthMethod, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Get the operation mapping from Next Step operation to PowerAuth operation.
I
- initAuthMethod(String, String, AuthMethod, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Initialize an authentication method.
- initConsentForm(String, String, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Initialize OAuth 2.0 consent form.
- io.getlime.security.powerauth.lib.dataadapter.client - package io.getlime.security.powerauth.lib.dataadapter.client
L
- lookupUser(String, String, String, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Lookup user account.
O
- operationChangedNotification(OperationChange, String, String, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Send a notification about operation change.
S
- saveConsentForm(String, String, OperationContext, List<ConsentOption>) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Save options selected by the user in the OAuth 2.0 consent form.
- sendAuthorizationSms(String, String, AccountStatus, AuthMethod, OperationContext, String, String, String, boolean) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Send authorization SMS message with existing OTP authorization code.
V
- validateConsentForm(String, String, OperationContext, String, List<ConsentOption>) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Validate options selected by the user in the OAuth 2.0 consent form.
- verifyAuthorizationSms(String, String, String, String, AccountStatus, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Verify OTP authorization code for previously generated SMS message.
- verifyAuthorizationSmsAndPassword(String, String, String, String, AccountStatus, String, AuthenticationContext, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Verify OTP authorization code for previously generated SMS message together with user password.
- verifyClientCertificate(String, String, String, AuthMethod, AccountStatus, OperationContext) - Method in class io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClient
-
Verify client TLS certificate.
All Classes|All Packages