Skip navigation links
A E G I O P S V 

A

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

E

ERROR - Static variable in class io.getlime.rest.api.model.base.PowerAuthApiResponse.Status
In case an error response is sent
ErrorModel - Class in io.getlime.rest.api.model.entity
Transport object representing an error instance.
ErrorModel(String, String) - Constructor for class io.getlime.rest.api.model.entity.ErrorModel
Constructor accepting code and message.

G

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

I

io.getlime.rest.api.model.base - package io.getlime.rest.api.model.base
 
io.getlime.rest.api.model.entity - package io.getlime.rest.api.model.entity
 
io.getlime.rest.api.model.request - package io.getlime.rest.api.model.request
 
io.getlime.rest.api.model.response - package io.getlime.rest.api.model.response
 

O

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

P

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

S

setActivationId(String) - Method in class io.getlime.rest.api.model.request.ActivationStatusRequest
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.response.ActivationCreateResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.response.ActivationRemoveResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.response.ActivationStatusResponse
Set activation ID
setActivationId(String) - Method in class io.getlime.rest.api.model.response.VaultUnlockResponse
Set activation ID
setActivationIdShort(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set activation ID short.
setActivationName(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set activation name.
setActivationNonce(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set activation nonce.
setActivationNonce(String) - Method in class io.getlime.rest.api.model.response.ActivationCreateResponse
Set activation nonce.
setApplicationKey(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set application key.
setApplicationSignature(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set application signature.
setCode(String) - Method in class io.getlime.rest.api.model.entity.ErrorModel
Set error code.
setCustomObject(Map<String, Object>) - Method in class io.getlime.rest.api.model.response.ActivationStatusResponse
Set custom associated object
setEncryptedDevicePublicKey(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set encrypted device public key.
setEncryptedServerPublicKey(String) - Method in class io.getlime.rest.api.model.response.ActivationCreateResponse
Set encrypted server public key.
setEncryptedServerPublicKeySignature(String) - Method in class io.getlime.rest.api.model.response.ActivationCreateResponse
Set server data signature.
setEncryptedStatusBlob(String) - Method in class io.getlime.rest.api.model.response.ActivationStatusResponse
Set encrypted activation status blob
setEncryptedVaultEncryptionKey(String) - Method in class io.getlime.rest.api.model.response.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.request.ActivationCreateRequest
Set the ephemeral public key.
setEphemeralPublicKey(String) - Method in class io.getlime.rest.api.model.response.ActivationCreateResponse
Set ephemeral public key.
setExtras(String) - Method in class io.getlime.rest.api.model.request.ActivationCreateRequest
Set extra parameter.
setMessage(String) - Method in class io.getlime.rest.api.model.entity.ErrorModel
Set error message.
setRequestObject(T) - Method in class io.getlime.rest.api.model.base.PowerAuthApiRequest
Set request object
setResponseObject(T) - Method in class io.getlime.rest.api.model.base.PowerAuthApiResponse
Set response object
setStatus(String) - Method in class io.getlime.rest.api.model.base.PowerAuthApiResponse
Set response status
Status() - Constructor for class io.getlime.rest.api.model.base.PowerAuthApiResponse.Status
 

V

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

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