Skip navigation links
D E F G I L P R S V 

D

decrypt(PowerAuthApiRequest<NonPersonalizedEncryptedPayloadModel>) - Method in class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
 
decrypt(PowerAuthApiRequest<NonPersonalizedEncryptedPayloadModel>, Class<T>) - Method in class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
 

E

encrypt(Object) - Method in class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
 
encrypt(byte[]) - Method in class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
 

F

filterRequest(HttpServletRequest) - Static method in class io.getlime.security.powerauth.rest.api.base.filter.PowerAuthRequestFilterBase
 

G

getActivationId() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication
Get activation ID
getActivationId() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get activation ID.
getApplicationKey() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get application key.
getData() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get request data.
getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
Get default error code, used for example in the REST response.
getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthAuthenticationException
Get the default error code, used for example in REST response.
getDefaultCode() - Static method in exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthSecureVaultException
Get the default error code, used for example in REST response.
getHttpMethod() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get HTTP method.
getInputStream() - Method in class io.getlime.security.powerauth.rest.api.base.filter.ResettableStreamHttpServletRequest
 
getNonce() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get nonce.
getReader() - Method in class io.getlime.security.powerauth.rest.api.base.filter.ResettableStreamHttpServletRequest
 
getRequestBody() - Method in class io.getlime.security.powerauth.rest.api.base.filter.ResettableStreamHttpServletRequest
Get request body.
getRequestUri() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get request URI identifier.
getSignature() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get signature.
getSignatureType() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Get signature type.
getUserId() - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication
Get user ID

I

io.getlime.security.powerauth.rest.api.base.application - package io.getlime.security.powerauth.rest.api.base.application
 
io.getlime.security.powerauth.rest.api.base.authentication - package io.getlime.security.powerauth.rest.api.base.authentication
 
io.getlime.security.powerauth.rest.api.base.encryption - package io.getlime.security.powerauth.rest.api.base.encryption
 
io.getlime.security.powerauth.rest.api.base.exception - package io.getlime.security.powerauth.rest.api.base.exception
 
io.getlime.security.powerauth.rest.api.base.filter - package io.getlime.security.powerauth.rest.api.base.filter
 
io.getlime.security.powerauth.rest.api.base.provider - package io.getlime.security.powerauth.rest.api.base.provider
 
isAllowedApplicationKey(String) - Method in interface io.getlime.security.powerauth.rest.api.base.application.PowerAuthApplicationConfiguration
Check if a given application key is allowed in given server instance.

L

lookupUserIdForAttributes(Map<String, String>) - Method in interface io.getlime.security.powerauth.rest.api.base.provider.PowerAuthUserProvider
This method is responsible for looking user ID up based on a provided set of identity attributes.

P

POWERAUTH_SIGNATURE_BASE_STRING - Static variable in class io.getlime.security.powerauth.rest.api.base.filter.PowerAuthRequestFilterBase
Constant for the request attribute name "X-PowerAuth-Request-Body".
PowerAuthActivationException - Exception in io.getlime.security.powerauth.rest.api.base.exception
Exception related to processes during a new activation process.
PowerAuthActivationException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
Default constructor
PowerAuthActivationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthActivationException
Constructor with a custom error message
PowerAuthApiAuthentication - Interface in io.getlime.security.powerauth.rest.api.base.authentication
Inteface for PowerAuth API authentication object used between intermediate server application (such as mobile banking API) and core systems (such as banking core).
PowerAuthApplicationConfiguration - Interface in io.getlime.security.powerauth.rest.api.base.application
Interface providing method for PowerAuth behavior high-level customization.
PowerAuthAuthentication - Interface in io.getlime.security.powerauth.rest.api.base.authentication
PowerAuth authentication object used between PowerAuth Client and intermediate server application (such as mobile banking API).
PowerAuthAuthenticationException - Exception in io.getlime.security.powerauth.rest.api.base.exception
Exception raised in case PowerAuth authentication fails.
PowerAuthAuthenticationException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthAuthenticationException
Default constructor
PowerAuthAuthenticationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthAuthenticationException
Constructor with a custom error message
PowerAuthAuthenticationProviderBase - Class in io.getlime.security.powerauth.rest.api.base.provider
Abstract class for PowerAuth 2.0 authentication provider.
PowerAuthAuthenticationProviderBase() - Constructor for class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
 
PowerAuthNonPersonalizedEncryptor - Class in io.getlime.security.powerauth.rest.api.base.encryption
 
PowerAuthNonPersonalizedEncryptor(String, String, String, String) - Constructor for class io.getlime.security.powerauth.rest.api.base.encryption.PowerAuthNonPersonalizedEncryptor
 
PowerAuthRequestFilterBase - Class in io.getlime.security.powerauth.rest.api.base.filter
Class representing for holding any static constants available to request filters.
PowerAuthRequestFilterBase() - Constructor for class io.getlime.security.powerauth.rest.api.base.filter.PowerAuthRequestFilterBase
 
PowerAuthSecureVaultException - Exception in io.getlime.security.powerauth.rest.api.base.exception
Exception related to processes during a new secure vault unlocking.
PowerAuthSecureVaultException() - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthSecureVaultException
Default constructor
PowerAuthSecureVaultException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.base.exception.PowerAuthSecureVaultException
Constructor with a custom error message
PowerAuthUserProvider - Interface in io.getlime.security.powerauth.rest.api.base.provider
Interface that specifies a method for obtaining a user ID based on arbitrary attributes.
processCustomActivationAttributes(Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.base.provider.PowerAuthUserProvider
Process custom attributes, in any way that is suitable for the purpose of your application.

R

ResettableStreamHttpServletRequest - Class in io.getlime.security.powerauth.rest.api.base.filter
Resettable HTTP servlet request stream.
ResettableStreamHttpServletRequest(HttpServletRequest) - Constructor for class io.getlime.security.powerauth.rest.api.base.filter.ResettableStreamHttpServletRequest
Constructs a request object wrapping the given request.

S

setActivationId(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication
Set activation ID
setActivationId(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set activation ID.
setApplicationKey(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set application key.
setData(byte[]) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set request data.
setHttpMethod(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set HTTP method.
setNonce(byte[]) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set nonce.
setRequestUri(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set request URI identifier.
setSignature(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set signature.
setSignatureType(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthAuthentication
Set signature type.
setUserId(String) - Method in interface io.getlime.security.powerauth.rest.api.base.authentication.PowerAuthApiAuthentication
Set user ID
shouldAutoCommitActivation(Map<String, String>, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.base.provider.PowerAuthUserProvider
Variable that specifies if the activation should be automatically commited based on provided attributes.
statusServiceCustomObject() - Method in interface io.getlime.security.powerauth.rest.api.base.application.PowerAuthApplicationConfiguration
In order to minimize number of up-front request, /pa/activation/status end-point may return any custom state-less object with an information about the service (such as current timestamp, service outage info, etc.).

V

validateRequestSignature(String, byte[], String, String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
Validate the signature from the PowerAuth 2.0 HTTP header against the provided HTTP method, request body and URI identifier.
validateRequestSignature(String, byte[], String, String) - Method in class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
The same as {validateRequestSignature(String, byte[], String, String, List) but uses default accepted signature type (2FA or 3FA).
validateRequestSignature(HttpServletRequest, String, String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
Validate a request signature, make sure only supported signature types are used.
validateRequestSignature(HttpServletRequest, String, String) - Method in class io.getlime.security.powerauth.rest.api.base.provider.PowerAuthAuthenticationProviderBase
The same as {validateRequestSignature(HttpServletRequest, String, String, List) but uses default accepted signature type (2FA or 3FA).
D E F G I L P R S V 
Skip navigation links

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