A B C D E G H I P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ActivationController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v2
-
Controller implementing activation related end-points from the PowerAuth Standard API.
- ActivationController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
Controller implementing activation related end-points from the PowerAuth Standard API.
- ActivationController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v2.ActivationController
- ActivationController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
- ActivationService - Class in io.getlime.security.powerauth.rest.api.spring.service.v2
-
Service implementing activation functionality.
- ActivationService - Class in io.getlime.security.powerauth.rest.api.spring.service.v3
-
Service implementing activation functionality.
- ActivationService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v2.ActivationService
- ActivationService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
- authenticate(Authentication) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
B
- beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.EncryptionResponseBodyAdvice
-
Encrypt response before writing body.
- 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
- confirmRecoveryCode(EciesEncryptedRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.RecoveryController
-
Confirm recovery code.
- confirmRecoveryCode(EciesEncryptedRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.RecoveryService
-
Confirm recovery code.
- convertFrom(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v2.SignatureTypeConverter
-
Convert
SignatureTypefromPowerAuthSignatureTypes. - convertFrom(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v3.SignatureTypeConverter
-
Convert
SignatureTypefromPowerAuthSignatureTypes. - convertFrom(String) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v2.SignatureTypeConverter
-
Convert
SignatureTypefrom aStringvalue. - convertFrom(String) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v3.SignatureTypeConverter
-
Convert
SignatureTypefrom aStringvalue. - createActivation(ObjectRequest<ActivationCreateRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.ActivationController
-
Create a new activation.
- createActivation(ActivationCreateRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.ActivationService
-
Create activation.
- createActivation(ActivationLayer1Request, EciesEncryptionContext) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
-
Create activation.
- createActivation(ActivationLayer1Request, EciesEncryptionContext) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
-
Create activation.
- createToken(ObjectRequest<TokenCreateRequest>, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.TokenController
-
Create token.
- createToken(TokenCreateRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.TokenService
-
Create token.
- createToken(EciesEncryptedRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.TokenController
-
Create token.
- createToken(EciesEncryptedRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.TokenService
-
Create token.
D
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilter
E
- EncryptedRequestBody - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
-
Annotation for encrypted request body parameters.
- EncryptionResponseBodyAdvice - Class in io.getlime.security.powerauth.rest.api.spring.filter
-
Controller advice used for encryption of responses of REST endpoints.
- EncryptionResponseBodyAdvice(RequestMappingHandlerAdapter) - Constructor for class io.getlime.security.powerauth.rest.api.spring.filter.EncryptionResponseBodyAdvice
- 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.v2.ActivationController
-
Get activation status.
- getActivationStatus(ObjectRequest<ActivationStatusRequest>) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
-
Get activation status.
- getActivationStatus(ActivationStatusRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
-
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.
- getEciesDecryptorParameters(String, String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
- getForcedSignatureVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Get forced signature version which is used during upgrade.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
-
Get parsed PowerAuth HTTP header.
- 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
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
-
Get PowerAuth protocol version.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Get PowerAuth protocol version.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
-
Get PowerAuth protocol version.
H
- handleActivationException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
-
Handle PowerAuthActivationException exceptions.
- handlePowerAuthEncryptionException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
-
Handle PowerAuthEncryptionException exceptions.
- handlePowerAuthUpgradeException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
-
Handle PowerAuthUpgradeException exceptions.
- handleRecoveryException(Exception) - Method in class io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthExceptionHandler
-
Handle PowerAuthRecoveryException 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.v2 - package io.getlime.security.powerauth.rest.api.spring.controller.v2
- io.getlime.security.powerauth.rest.api.spring.controller.v3 - package io.getlime.security.powerauth.rest.api.spring.controller.v3
- io.getlime.security.powerauth.rest.api.spring.converter.v2 - package io.getlime.security.powerauth.rest.api.spring.converter.v2
- io.getlime.security.powerauth.rest.api.spring.converter.v3 - package io.getlime.security.powerauth.rest.api.spring.converter.v3
- 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
- io.getlime.security.powerauth.rest.api.spring.service.v2 - package io.getlime.security.powerauth.rest.api.spring.service.v2
- io.getlime.security.powerauth.rest.api.spring.service.v3 - package io.getlime.security.powerauth.rest.api.spring.service.v3
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
- PowerAuthEncryption - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
-
Annotation that simplifies end to end encryption.
- PowerAuthEncryptionArgumentResolver - Class in io.getlime.security.powerauth.rest.api.spring.annotation
-
Argument resolver for
PowerAuthEciesEncryptionobjects. - PowerAuthEncryptionArgumentResolver() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthEncryptionArgumentResolver
- PowerAuthEncryptionProvider - Class in io.getlime.security.powerauth.rest.api.spring.provider
-
Implementation of PowerAuth encryption provider.
- PowerAuthEncryptionProvider() - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
- 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
PowerAuthTokenAuthenticationinterface, 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
PowerAuthApiAuthenticationobjects. - 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
- RecoveryController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
Controller implementing recovery related end-points from the PowerAuth Standard API.
- RecoveryController(RecoveryService) - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.RecoveryController
-
Service constructor.
- RecoveryService - Class in io.getlime.security.powerauth.rest.api.spring.service.v3
-
Service implementing recovery functionality.
- RecoveryService(PowerAuthServiceClient) - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v3.RecoveryService
-
Controller constructor.
- removeActivation(PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
-
Remove activation.
- removeActivation(String) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.ActivationController
-
Remove activation.
- removeActivation(String, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
-
Remove activation.
- removeToken(ObjectRequest<TokenRemoveRequest>, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.TokenController
-
Remove token.
- removeToken(ObjectRequest<TokenRemoveRequest>, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.TokenController
-
Remove token.
- removeToken(TokenRemoveRequest, PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.TokenService
-
Remove token.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthEncryptionArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthWebArgumentResolver
- resourceId() - Method in annotation type io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuth
-
Identifier of the resource URI, usually the "effective" part of the URL, for example "/banking/payment/commit".
S
- scope() - Method in annotation type io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthEncryption
- SecureVaultController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v2
-
Controller implementing secure vault related end-points from the PowerAuth Standard API.
- SecureVaultController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
Controller implementing secure vault related end-points from the PowerAuth Standard API.
- SecureVaultController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v2.SecureVaultController
- SecureVaultController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.SecureVaultController
- SecureVaultService - Class in io.getlime.security.powerauth.rest.api.spring.service.v2
-
Service implementing secure vault functionality.
- SecureVaultService - Class in io.getlime.security.powerauth.rest.api.spring.service.v3
-
Service implementing secure vault functionality.
- SecureVaultService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v2.SecureVaultService
- SecureVaultService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v3.SecureVaultService
- 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.
- setActivationServiceV2(ActivationService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.ActivationController
- setActivationServiceV3(ActivationService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.ActivationController
- setActivationServiceV3(ActivationService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
- setApplicationConfiguration(PowerAuthApplicationConfiguration) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
- setApplicationConfiguration(PowerAuthApplicationConfiguration) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
- 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.v2.ActivationController
- setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.ActivationController
- setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.SecureVaultService
- setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.SecureVaultService
- setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.UpgradeService
- setData(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Set request data.
- setEncryptionProvider(PowerAuthEncryptionProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthAnnotationInterceptor
- setForcedSignatureVersion(Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Set forced signature version which is used during upgrade.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
-
Set parsed PowerAuth HTTP header.
- 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.
- setPowerAuthActivationProvider(CustomActivationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
- 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
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.ActivationService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.SecureVaultService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.TokenService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.ActivationService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.SecureVaultService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.TokenService
- setPowerAuthClient(PowerAuthServiceClient) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.UpgradeService
- setRequestUri(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Set request URI identifier.
- setSecureVaultServiceV2(SecureVaultService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.SecureVaultController
- setSecureVaultServiceV3(SecureVaultService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.SecureVaultController
- 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.
- setTokenServiceV2(TokenService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.TokenController
- setTokenServiceV3(TokenService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.TokenController
- setTokenServiceV3(TokenService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.TokenController
- setUpgradeService(UpgradeService) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.UpgradeController
- setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
-
Set user ID
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthenticationImpl
-
Set PowerAuth protocol version.
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthenticationImpl
-
Set PowerAuth protocol version.
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthenticationImpl
-
Set PowerAuth protocol version.
- SignatureController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v2
-
End-point for validating signatures.
- SignatureController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
End-point for validating signatures.
- SignatureController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v2.SignatureController
- SignatureController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.SignatureController
- signatureType() - Method in annotation type io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuth
-
Types of supported signatures.
- signatureType() - Method in annotation type io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthToken
-
Types of supported signatures.
- SignatureTypeConverter - Class in io.getlime.security.powerauth.rest.api.spring.converter.v2
-
Helper class to convert from and to
SignatureTypeclass. - SignatureTypeConverter - Class in io.getlime.security.powerauth.rest.api.spring.converter.v3
-
Helper class to convert from and to
SignatureTypeclass. - SignatureTypeConverter() - Constructor for class io.getlime.security.powerauth.rest.api.spring.converter.v2.SignatureTypeConverter
- SignatureTypeConverter() - Constructor for class io.getlime.security.powerauth.rest.api.spring.converter.v3.SignatureTypeConverter
- supports(Class<?>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
- supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.EncryptionResponseBodyAdvice
-
Whether method supports encryption.
- supportsParameter(MethodParameter) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.PowerAuthEncryptionArgumentResolver
- 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.v2
-
Controller responsible for publishing services related to simple token-based authentication.
- TokenController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
Controller responsible for publishing services related to simple token-based authentication.
- TokenController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v2.TokenController
- TokenController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.TokenController
- TokenService - Class in io.getlime.security.powerauth.rest.api.spring.service.v2
-
Service implementing token functionality.
- TokenService - Class in io.getlime.security.powerauth.rest.api.spring.service.v3
-
Service implementing token functionality.
- TokenService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v2.TokenService
- TokenService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v3.TokenService
U
- unlockVault(String, ObjectRequest<VaultUnlockRequest>, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.SecureVaultController
-
Request the vault unlock key.
- unlockVault(String, EciesEncryptedRequest, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.SecureVaultController
-
Request the vault unlock key.
- upgradeCommit(String, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.UpgradeController
-
Commit upgrade of activation to version 3.
- upgradeCommit(String, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.UpgradeService
-
Commit upgrade of activation to version 3.
- UpgradeController - Class in io.getlime.security.powerauth.rest.api.spring.controller.v3
-
Controller responsible for upgrade.
- UpgradeController() - Constructor for class io.getlime.security.powerauth.rest.api.spring.controller.v3.UpgradeController
- UpgradeService - Class in io.getlime.security.powerauth.rest.api.spring.service.v3
-
Service implementing upgrade functionality.
- UpgradeService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.v3.UpgradeService
- upgradeStart(EciesEncryptedRequest, PowerAuthEncryptionHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.UpgradeService
-
Start upgrade of activation to version 3.
- upgradeStart(EciesEncryptedRequest, String) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.UpgradeController
-
Start upgrade of activation to version 3.
V
- validateRequestSignature(String, byte[], String, String, List<PowerAuthSignatureTypes>, Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
-
Validate the signature from the PowerAuth HTTP header against the provided HTTP method, request body and URI identifier.
- validateSignature(PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v2.SignatureController
-
Validate signature by validating any data sent in request to this end-point.
- validateSignature(PowerAuthApiAuthentication) - Method in class io.getlime.security.powerauth.rest.api.spring.controller.v3.SignatureController
-
Validate signature by validating any data sent in request to this end-point.
- validateToken(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
- vaultUnlock(PowerAuthSignatureHttpHeader, EciesEncryptedRequest, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v3.SecureVaultService
-
Unlock secure vault.
- vaultUnlock(String, VaultUnlockRequest, HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.service.v2.SecureVaultService
-
Unlock secure vault.
All Classes All Packages