Skip navigation links
A B C D E G H I P R S U V 

A

ActivationController - Class in io.getlime.security.powerauth.rest.api.spring.controller
Controller implementing activation related end-points from the PowerAuth Standard API.
ActivationController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
 
authenticate(Authentication) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
AUTHENTICATION_OBJECT - Static variable in annotation type io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuth
 

B

buildNonPersonalizedEncryptor(ObjectRequest<NonPersonalizedEncryptedPayloadModel>) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EncryptorFactory
Return a new instance of a non-personalized encryptor.
buildNonPersonalizedEncryptor(String, String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EncryptorFactory
Return a new instance of a non-personalized encryptor.

C

commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class io.getlime.security.powerauth.rest.api.spring.entrypoint.PowerAuthApiAuthenticationEntryPoint
 
createActivation(ObjectRequest<ActivationCreateRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
Create a new activation.

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilter
 

E

EncryptorFactory - Class in io.getlime.security.powerauth.rest.api.spring.encryption
Class responsible for building encryptors.
EncryptorFactory() - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.EncryptorFactory
 

G

getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Get activation ID
getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get activation ID.
getActivationStatus(ObjectRequest<ActivationStatusRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
Get activation status.
getApplicationKey() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get application key.
getAuthorities() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
 
getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
 
getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
 
getData() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get request data.
getHttpMethod() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get HTTP method.
getName() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
 
getNonce() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get nonce.
getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
 
getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
 
getRequestUri() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get request URI identifier.
getSignature() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get signature.
getSignatureType() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Get signature type.
getUserId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Get user ID

H

handleActivationException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
Handle PowerAuthActivationException exceptions.
handleSecureVaultException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
Handle PowerAuthSecureVaultException exceptions.
handleUnauthorizedException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
Handle PowerAuthAuthenticationException exceptions.

I

io.getlime.security.powerauth.rest.api.spring.annotation - package io.getlime.security.powerauth.rest.api.spring.annotation
 
io.getlime.security.powerauth.rest.api.spring.authentication - package io.getlime.security.powerauth.rest.api.spring.authentication
 
io.getlime.security.powerauth.rest.api.spring.controller - package io.getlime.security.powerauth.rest.api.spring.controller
 
io.getlime.security.powerauth.rest.api.spring.encryption - package io.getlime.security.powerauth.rest.api.spring.encryption
 
io.getlime.security.powerauth.rest.api.spring.entrypoint - package io.getlime.security.powerauth.rest.api.spring.entrypoint
 
io.getlime.security.powerauth.rest.api.spring.exception - package io.getlime.security.powerauth.rest.api.spring.exception
 
io.getlime.security.powerauth.rest.api.spring.filter - package io.getlime.security.powerauth.rest.api.spring.filter
 
io.getlime.security.powerauth.rest.api.spring.provider - package io.getlime.security.powerauth.rest.api.spring.provider
 

P

PowerAuth - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
 
PowerAuthAnnotationInterceptor - Class in io.getlime.security.powerauth.rest.api.spring.annotation
 
PowerAuthAnnotationInterceptor() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthAnnotationInterceptor
 
PowerAuthApiAuthenticationEntryPoint - Class in io.getlime.security.powerauth.rest.api.spring.entrypoint
Default PowerAuth authentication entry-point implementation.
PowerAuthApiAuthenticationEntryPoint() - Constructor for class io.getlime.security.powerauth.rest.api.spring.entrypoint.PowerAuthApiAuthenticationEntryPoint
 
PowerAuthApiAuthenticationImpl - Class in io.getlime.security.powerauth.rest.api.spring.authentication
PowerAuth API authentication object used between intermediate server application (such as mobile banking API) and core systems (such as banking core).
PowerAuthApiAuthenticationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Default constructor
PowerAuthApiAuthenticationImpl(String, String) - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Constructor for a new PowerAuthApiAuthenticationImpl
PowerAuthAuthenticationImpl - Class in io.getlime.security.powerauth.rest.api.spring.authentication
PowerAuth authentication object used between PowerAuth Client and intermediate server application (such as mobile banking API).
PowerAuthAuthenticationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Default constructor.
PowerAuthAuthenticationProvider - Class in io.getlime.security.powerauth.rest.api.spring.provider
Implementation of PowerAuth authentication provider.
PowerAuthAuthenticationProvider() - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
PowerAuthExceptionHandler - Class in io.getlime.security.powerauth.rest.api.spring.exception
Implementation of a PA2.0 Standard RESTful API exception handler.
PowerAuthExceptionHandler() - Constructor for class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
 
PowerAuthRequestFilter - Class in io.getlime.security.powerauth.rest.api.spring.filter
Request filter that intercepts the request body, forwards it to the controller as a request attribute named "X-PowerAuth-Request-Body" and resets the stream.
PowerAuthRequestFilter() - Constructor for class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilter
 
PowerAuthWebArgumentResolver - Class in io.getlime.security.powerauth.rest.api.spring.annotation
 
PowerAuthWebArgumentResolver() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthWebArgumentResolver
 
PRECEDENCE - Static variable in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthAnnotationInterceptor
 

R

removeActivation(String) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
Get activation status.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthWebArgumentResolver
 

S

SecureVaultController - Class in io.getlime.security.powerauth.rest.api.spring.controller
Controller implementing secure vault related end-points from the PowerAuth Standard API.
SecureVaultController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.SecureVaultController
 
setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Set activation ID
setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set activation ID.
setApplicationConfiguration(PowerAuthApplicationConfiguration) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
 
setApplicationConfiguration(PowerAuthApplicationConfiguration) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
setApplicationKey(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set application key.
setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthAnnotationInterceptor
 
setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
 
setData(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set request data.
setHttpMethod(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set HTTP method.
setNonce(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set nonce.
setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
 
setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.SecureVaultController
 
setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EncryptorFactory
 
setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
setRequestUri(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set request URI identifier.
setSignature(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set signature.
setSignatureType(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthAuthenticationImpl
Set signature type.
setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Set user ID
supports(Class<?>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
supportsParameter(MethodParameter) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthWebArgumentResolver
 

U

unlockVault(String) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.SecureVaultController
Request the vault unlock key.

V

validateRequestSignature(String, byte[], String, String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
Validate the signature from the PowerAuth 2.0 HTTP header against the provided HTTP method, request body and URI identifier.
A B C D E G H I P R S U V 
Skip navigation links

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