Skip navigation links
A B C D E G H I P R S T 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
 
convertFrom(String) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.SignatureTypeConverter
Convert SignatureType from a String value.
convertFrom(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.SignatureTypeConverter
Convert SignatureType from PowerAuthSignatureTypes.
createActivation(ObjectRequest<ActivationCreateRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
Create a new activation.
createToken(ObjectRequest<TokenCreateRequest>, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.TokenController
 

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.PowerAuthSignatureAuthenticationImpl
Get activation ID.
getActivationStatus(ObjectRequest<ActivationStatusRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.ActivationController
Get activation status.
getApplicationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Get application ID.
getApplicationKey() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
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.PowerAuthSignatureAuthenticationImpl
 
getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
 
getData() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Get request data.
getHttpMethod() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
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.PowerAuthSignatureAuthenticationImpl
Get nonce.
getNonce() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Get token related 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.PowerAuthSignatureAuthenticationImpl
 
getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
 
getRequestUri() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Get request URI identifier.
getSignature() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Get signature.
getSignatureFactors() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Get authentication factors.
getSignatureType() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Get signature type.
getTimestamp() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Get token creation timestamp.
getTokenDigest() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Get token digest.
getTokenId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Get token ID.
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.converter - package io.getlime.security.powerauth.rest.api.spring.converter
 
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
Annotation that enables simple integration with PowerAuth Signatures.
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, Long, PowerAuthSignatureTypes) - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Constructor for a new PowerAuthApiAuthenticationImpl
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
 
PowerAuthSignatureAuthenticationImpl - 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).
PowerAuthSignatureAuthenticationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Default constructor.
PowerAuthToken - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
Annotation that enables a simple integration with a token-based authentication.
PowerAuthTokenAuthenticationImpl - Class in io.getlime.security.powerauth.rest.api.spring.authentication
Implementation of the PowerAuthTokenAuthentication interface, with Spring Security objects.
PowerAuthTokenAuthenticationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Default constructor
PowerAuthWebArgumentResolver - Class in io.getlime.security.powerauth.rest.api.spring.annotation
Argument resolver for PowerAuthApiAuthentication objects.
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.
removeToken(ObjectRequest<TokenRemoveRequest>, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.TokenController
 
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.PowerAuthSignatureAuthenticationImpl
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
 
setApplicationId(Long) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Set application ID.
setApplicationKey(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
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.PowerAuthSignatureAuthenticationImpl
Set request data.
setHttpMethod(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Set HTTP method.
setNonce(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Set nonce.
setNonce(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Set token related 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.PowerAuthSignatureAuthenticationImpl
Set request URI identifier.
setSignature(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Set signature.
setSignatureFactors(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Set authentication factors.
setSignatureType(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
Set signature type.
setTimestamp(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Set token creation timestamp.
setTokenDigest(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Set token digest.
setTokenId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
Set token ID.
setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
Set user ID
SignatureTypeConverter - Class in io.getlime.security.powerauth.rest.api.spring.converter
Helper class to convert from and to SignatureType class.
SignatureTypeConverter() - Constructor for class io.getlime.security.powerauth.rest.api.spring.converter.SignatureTypeConverter
 
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
 

T

TokenController - Class in io.getlime.security.powerauth.rest.api.spring.controller
Controller responsible for publishing services related to simple token-based authentication.
TokenController(PowerAuthServiceClient) - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.TokenController
 

U

unlockVault(String, ObjectRequest<VaultUnlockRequest>, HttpServletRequest) - 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.
validateToken(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
 
A B C D E G H I P R S T U V 
Skip navigation links

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