Index

C D F G I R T U 
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.
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(RestClientConfiguration) - Constructor for class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
Create a new client with detailed configuration of REST client.
TppEngineClient(String) - Constructor for class io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClient
Create a new client with provided base URL.
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.
C D F G I R T U 
All Classes|All Packages