Skip navigation links
A E G I O P S V 

A

ActivationCreateRequest - Class in io.getlime.rest.api.model
Request object for /pa/activation/create end-point.
ActivationCreateRequest() - Constructor for class io.getlime.rest.api.model.ActivationCreateRequest
 
ActivationCreateResponse - Class in io.getlime.rest.api.model
Response object for /pa/activation/create end-point.
ActivationCreateResponse() - Constructor for class io.getlime.rest.api.model.ActivationCreateResponse
 
ActivationRemoveRequest - Class in io.getlime.rest.api.model
Request object for /pa/activation/remove end-point.
ActivationRemoveRequest() - Constructor for class io.getlime.rest.api.model.ActivationRemoveRequest
 
ActivationRemoveResponse - Class in io.getlime.rest.api.model
Response object for /pa/activation/remove end-point
ActivationRemoveResponse() - Constructor for class io.getlime.rest.api.model.ActivationRemoveResponse
 
ActivationStatusRequest - Class in io.getlime.rest.api.model
Request object for /pa/activation/status end-point
ActivationStatusRequest() - Constructor for class io.getlime.rest.api.model.ActivationStatusRequest
 
ActivationStatusResponse - Class in io.getlime.rest.api.model
Response object for /pa/activation/status end-point
ActivationStatusResponse() - Constructor for class io.getlime.rest.api.model.ActivationStatusResponse
 

E

ERROR - Static variable in class io.getlime.rest.api.model.PowerAuthAPIResponse.Status
In case an error response is sent

G

getActivationId() - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Get activation ID
getActivationId() - Method in class io.getlime.rest.api.model.ActivationRemoveResponse
Get activation ID
getActivationId() - Method in class io.getlime.rest.api.model.ActivationStatusRequest
Get activation ID
getActivationId() - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Get activation ID
getActivationId() - Method in class io.getlime.rest.api.model.VaultUnlockResponse
Get activation ID
getActivationIdShort() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get activation ID short.
getActivationName() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get activation name.
getActivationNonce() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get activation nonce.
getActivationNonce() - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Get activation nonce.
getApplicationKey() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get application key.
getApplicationSignature() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get application signature.
getCustomObject() - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Get custom associated object.
getEncryptedDevicePublicKey() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get encrypted device public key.
getEncryptedServerPublicKey() - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Get encrypted server public key.
getEncryptedServerPublicKeySignature() - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Get server data signature.
getEncryptedStatusBlob() - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Get encrypted activation status blob
getEncryptedVaultEncryptionKey() - Method in class io.getlime.rest.api.model.VaultUnlockResponse
Get encrypted vault encryption key (using a key derived from the master transport key).
getEphemeralPublicKey() - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Get ephemeral public key.
getExtras() - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Get extra parameter.
getRequestObject() - Method in class io.getlime.rest.api.model.PowerAuthAPIRequest
Get request object
getResponseObject() - Method in class io.getlime.rest.api.model.PowerAuthAPIResponse
Get response object
getStatus() - Method in class io.getlime.rest.api.model.PowerAuthAPIResponse
Get response status.

I

io.getlime.rest.api.model - package io.getlime.rest.api.model
 

O

OK - Static variable in class io.getlime.rest.api.model.PowerAuthAPIResponse.Status
In case response was OK

P

PowerAuthAPIRequest<T> - Class in io.getlime.rest.api.model
Generic class for all PowerAuth RESTful API Requests.
PowerAuthAPIRequest() - Constructor for class io.getlime.rest.api.model.PowerAuthAPIRequest
Default constructor
PowerAuthAPIRequest(T) - Constructor for class io.getlime.rest.api.model.PowerAuthAPIRequest
Constructor with a given request object
PowerAuthAPIResponse<T> - Class in io.getlime.rest.api.model
Generic response object for all PowerAuth RESTful API responses.
PowerAuthAPIResponse() - Constructor for class io.getlime.rest.api.model.PowerAuthAPIResponse
Default constructor
PowerAuthAPIResponse(String, T) - Constructor for class io.getlime.rest.api.model.PowerAuthAPIResponse
Constructor with response status and response object
PowerAuthAPIResponse.Status - Class in io.getlime.rest.api.model
Response status string

S

setActivationId(String) - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.ActivationRemoveResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.ActivationStatusRequest
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.VaultUnlockResponse
Set activation ID
setActivationIdShort(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set activation ID short.
setActivationName(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set activation name.
setActivationNonce(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set activation nonce.
setActivationNonce(String) - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Set activation nonce.
setApplicationKey(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set application key.
setApplicationSignature(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set application signature.
setCustomObject(Map<String, Object>) - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Set custom associated object
setEncryptedDevicePublicKey(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set encrypted device public key.
setEncryptedServerPublicKey(String) - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Set encrypted server public key.
setEncryptedServerPublicKeySignature(String) - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Set server data signature.
setEncryptedStatusBlob(String) - Method in class io.getlime.rest.api.model.ActivationStatusResponse
Set encrypted activation status blob
setEncryptedVaultEncryptionKey(String) - Method in class io.getlime.rest.api.model.VaultUnlockResponse
Set encrypted vault encryption key (using a key derived from the master transport key).
setEphemeralPublicKey(String) - Method in class io.getlime.rest.api.model.ActivationCreateResponse
Set ephemeral public key.
setExtras(String) - Method in class io.getlime.rest.api.model.ActivationCreateRequest
Set extra parameter.
setRequestObject(T) - Method in class io.getlime.rest.api.model.PowerAuthAPIRequest
Set request object
setResponseObject(T) - Method in class io.getlime.rest.api.model.PowerAuthAPIResponse
Set response object
setStatus(String) - Method in class io.getlime.rest.api.model.PowerAuthAPIResponse
Set response status
Status() - Constructor for class io.getlime.rest.api.model.PowerAuthAPIResponse.Status
 

V

VaultUnlockRequest - Class in io.getlime.rest.api.model
Request object for /pa/vault/unlock end-point.
VaultUnlockRequest() - Constructor for class io.getlime.rest.api.model.VaultUnlockRequest
 
VaultUnlockResponse - Class in io.getlime.rest.api.model
Response object for /pa/vault/unlock end-point.
VaultUnlockResponse() - Constructor for class io.getlime.rest.api.model.VaultUnlockResponse
 
A E G I O P S V 
Skip navigation links

Copyright © 2016 Lime - HighTech Solutions Inc.. All rights reserved.