Uses of Class
io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException

  • Uses of TppEngineClientException in io.getlime.security.powerauth.lib.tpp.engine.client

    Methods in io.getlime.security.powerauth.lib.tpp.engine.client that throw TppEngineClientException
    Modifier and Type Method Description
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.ConsentDetailResponse> TppEngineClient.consentDetail​(java.lang.String id)
    Lookup consent details (details of a consent template).
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.UserConsentDetailResponse> TppEngineClient.consentStatus​(java.lang.String userId, java.lang.String consentId, java.lang.String clientId)
    Lookup consent status for given user and app.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse> TppEngineClient.createApplication​(io.getlime.security.powerauth.app.tppengine.model.request.CreateTppAppRequest request)
    Create an application with provided information.
    io.getlime.core.rest.model.base.response.Response TppEngineClient.deleteApplication​(java.lang.String clientId, java.lang.String tppLicense)
    Delete an application with provided information.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse> TppEngineClient.fetchAppInfo​(java.lang.String clientId)
    Lookup information about a provided app.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse> TppEngineClient.fetchAppInfoWithLicenseRestriction​(java.lang.String clientId, java.lang.String tppLicense)
    Lookup information about a provided app.
    io.getlime.core.rest.model.base.response.ObjectResponse<java.util.List<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse>> TppEngineClient.fetchApplicationList​(java.lang.String tppLicense)
    Fetch list of TPP applications based on the license info.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.GiveConsentResponse> TppEngineClient.giveConsent​(io.getlime.security.powerauth.app.tppengine.model.request.GiveConsentRequest request)
    Give consent according to request parameters.
    io.getlime.core.rest.model.base.response.Response TppEngineClient.rejectConsent​(io.getlime.security.powerauth.app.tppengine.model.request.RemoveConsentRequest request)
    Reject consent according to request parameters.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse> TppEngineClient.renewClientSecret​(java.lang.String clientId, java.lang.String tppLicense)
    Renew the client secret for the application.
    io.getlime.core.rest.model.base.response.ObjectResponse<io.getlime.security.powerauth.app.tppengine.model.response.TppAppDetailResponse> TppEngineClient.updateApplication​(java.lang.String clientId, io.getlime.security.powerauth.app.tppengine.model.request.CreateTppAppRequest request)
    Update an application with provided client ID with a new information.