Index
All Classes|All Packages
C
- consentDetail(String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Lookup consent details (details of a consent template).
- consentStatus(String, String, String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Lookup consent status for given user and app.
- createApplication(CreateTppAppRequest) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Create an application with provided information.
D
- deleteApplication(String, String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Delete an application with provided information.
F
- fetchAppInfo(String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Lookup information about a provided app.
- fetchAppInfoWithLicenseRestriction(String, String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Lookup information about a provided app.
- fetchApplicationList(String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Fetch list of TPP applications based on the license info.
G
- getError() - Method in exception io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException
-
Get data adapter error.
- getRestTemplate() - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Get default instance of REST client.
- giveConsent(GiveConsentRequest) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Give consent according to request parameters.
I
- io.getlime.security.powerauth.lib.tpp.engine.client - package io.getlime.security.powerauth.lib.tpp.engine.client
R
- rejectConsent(RemoveConsentRequest) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Reject consent according to request parameters.
- renewClientSecret(String, String) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Renew the client secret for the application.
T
- TppEngineClient - Class in io.getlime.security.powerauth.lib.tpp.engine.client
-
TPP Engine Client provides methods for communication with the TPP registry and consent engine.
- TppEngineClient(String) - Constructor for class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Create a new client with provided base URL.
- TppEngineClient(String, ObjectMapper) - Constructor for class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Create a new client with provided base URL and custom object mapper.
- TppEngineClientException - Exception in io.getlime.security.powerauth.lib.tpp.engine.client
-
Exception thrown from the data adapter in case of an error.
- TppEngineClientException() - Constructor for exception io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException
-
Default constructor.
- TppEngineClientException(Throwable) - Constructor for exception io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException
-
Constructor with cause.
- TppEngineClientException(Throwable, TppEngineError) - Constructor for exception io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException
-
Constructor with cause and error.
U
- updateApplication(String, CreateTppAppRequest) - Method in class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
-
Update an application with provided client ID with a new information.
All Classes|All Packages