Index
All Classes|All Packages
A
- ActivationContext - Class in io.getlime.security.powerauth.rest.api.spring.model
-
Class representing the activation context data.
- ActivationContext() - Constructor for class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
- ActivationContextConverter - Class in io.getlime.security.powerauth.rest.api.spring.converter.v3
-
Converter class for conversions of activation context.
- ActivationContextConverter(ActivationStatusConverter) - Constructor for class io.getlime.security.powerauth.rest.api.spring.converter.v3.ActivationContextConverter
-
Converter constructor.
- ActivationStatus - Enum in io.getlime.security.powerauth.rest.api.spring.model
-
Activation status enumeration.
- ActivationStatusConverter - Class in io.getlime.security.powerauth.rest.api.spring.converter.v3
-
Converter class for conversions of activation status.
- ActivationStatusConverter() - Constructor for class io.getlime.security.powerauth.rest.api.spring.converter.v3.ActivationStatusConverter
- activationWasCommitted(Map<String, String>, Map<String, Object>, String, String, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Method is called when activation commit succeeds.
- activationWasRemoved(String, String, String) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Method is called after activation was just removed using the standard removal endpoint.
- ACTIVE - io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
ACTIVE - the activation was committed, and it is ready for signature verification.
- authenticate(Authentication) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
-
Authenticate user using the provided authentication.
- AUTHENTICATION_OBJECT - Static variable in class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects
-
Constant for the request attribute name "X-PowerAuth-Authentication-Object".
- AuthenticationContext - Class in io.getlime.security.powerauth.rest.api.spring.model
-
Class representing PowerAuth authentication context.
- AuthenticationContext() - Constructor for class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
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.
- BLOCKED - io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
BLOCKED - the activation is blocked.
- 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(ActivationStatus) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v3.ActivationStatusConverter
-
Convert
ActivationStatusfrom aActivationStatusvalue. - 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. - CorrelationHeaderConfiguration - Class in io.getlime.security.powerauth.rest.api.spring.configuration
-
Configuration of interceptors.
- CorrelationHeaderConfiguration() - Constructor for class io.getlime.security.powerauth.rest.api.spring.configuration.CorrelationHeaderConfiguration
- CREATED - io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
CREATED - status after the activation record was initialized.
- CustomActivationProvider - Interface in io.getlime.security.powerauth.rest.api.spring.provider
-
Interface which enables implementation of custom activations.
D
- decrypt(ObjectRequest<NonPersonalizedEncryptedPayloadModel>) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthNonPersonalizedEncryptor
-
Decrypt an object.
- decrypt(ObjectRequest<NonPersonalizedEncryptedPayloadModel>, Class<T>) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthNonPersonalizedEncryptor
-
Decrypt data and serialize object.
- decryptRequest(HttpServletRequest, Type, EciesScope) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProviderBase
-
Decrypt HTTP request body and construct object with ECIES data.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilter
E
- EciesEncryptionContext - Class in io.getlime.security.powerauth.rest.api.spring.encryption
-
Class for storing ECIES encryption context derived from HTTP headers.
- EciesEncryptionContext() - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Default constructor.
- EciesEncryptionContext(String, String, String, PowerAuthHttpHeader) - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Constructor with all context parameters.
- encrypt(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthNonPersonalizedEncryptor
-
Encrypt data.
- encrypt(Object) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthNonPersonalizedEncryptor
-
Encrypt object.
- EncryptedRequestBody - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
-
Annotation for encrypted request body parameters.
- ENCRYPTION_OBJECT - Static variable in class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects
-
Constant for the request attribute name "X-PowerAuth-Encryption-Object".
- EncryptionResponseBodyAdvice - Class in io.getlime.security.powerauth.rest.api.spring.filter
-
Controller advice used for encryption of responses of REST endpoints.
- EncryptionResponseBodyAdvice() - 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(PowerAuthClient, HttpCustomizationService) - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.EncryptorFactory
-
Factory constructor.
- encryptResponse(Object, PowerAuthEciesEncryption) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProviderBase
-
Encrypt response using ECIES.
- extractRequestBodyBytes(HttpServletRequest) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Extract request body bytes from HTTP servlet request.
F
- filterRequest(HttpServletRequest) - Static method in class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilterBase
-
Extract request body from HTTP servlet request.
- fromActivationDetailResponse(GetActivationStatusResponse) - Method in class io.getlime.security.powerauth.rest.api.spring.converter.v3.ActivationContextConverter
-
Convert new activation context from activation status response.
G
- getActivationContext() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getActivationContext() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get the activation context.
- getActivationFlags() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getActivationFlags() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getActivationFlags() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get activation flags.
- getActivationFlags() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- getActivationFlags() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get activation flags.
- getActivationFlags(Map<String, String>, Map<String, Object>, String, String, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Get activation flags which should be saved for the created activation.
- getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get activation ID.
- getActivationId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get activation ID.
- getActivationId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- getActivationId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get activation ID.
- getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Get activation ID.
- getActivationId() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get activation ID.
- getActivationName() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get activation name.
- getActivationStatus() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getActivationStatus() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get activation status.
- getActivationStatus() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get activation status.
- getApplicationId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getApplicationId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get related application ID.
- getApplicationId() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get application ID.
- getApplicationKey() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get application key.
- getApplicationKey() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get application key.
- getApplicationKey() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Get application key.
- getApplicationRoles() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getApplicationRoles() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get application roles.
- getAuthenticationContext() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getAuthenticationContext() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getAuthenticationContext() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get PowerAuth authentication context.
- getAuthenticationContext() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get PowerAuth authentication context.
- getAuthorities() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getBlockedReason() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getBlockedReason() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get the reason why activation was blocked.
- getBlockedReason() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get blocked reason.
- getContext() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Get ECIES encryption context.
- getCorrelationHeaderName() - Method in class io.getlime.security.powerauth.rest.api.spring.configuration.CorrelationHeaderConfiguration
-
Get correlation header name.
- getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
- getCredentials() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
- getCurrentRecoveryPukIndex() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Get current recovery PUK index.
- getData() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get request data.
- getData() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get request data.
- getDecryptedRequest() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Get decrypted request data.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthHeaderMissingException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthInvalidRequestException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRecoveryConfirmationException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRequestFilterException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureErrorException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureInvalidException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureTypeInvalidException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenErrorException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenInvalidException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthActivationException
-
Get default error code, used for example in the REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthSecureVaultException
-
Get the default error code, used for example in REST response.
- getDefaultCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthUpgradeException
-
Get the default error code, used for example in REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthActivationException
-
Get default error message, used for example in the REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
-
Get default error message, used for example in the REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
-
Get default error message, used for example in the REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Get default error message, used for example in the REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthSecureVaultException
-
Get default error message, used for example in the REST response.
- getDefaultError() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthUpgradeException
-
Get default error message, used for example in the REST response.
- getDeviceInfo() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get device info.
- getEciesDecryptor() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Get ECIES decryptor.
- getEciesDecryptorParameters(String, String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
- getEciesDecryptorParameters(String, String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProviderBase
-
Get ECIES decryptor parameters from PowerAuth server.
- getEciesScope() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Get ECIES scope (application or activation).
- getEncryptedRequest() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Get encrypted request data.
- getErrorCode() - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Get error code.
- getExtras() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get extras.
- getForcedSignatureVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get forced signature version which is used during upgrade.
- getForcedSignatureVersion() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get forced signature version which is used during upgrade.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get the PowerAuth HTTP header.
- getHttpHeader() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get parsed PowerAuth HTTP header.
- getHttpHeader() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Get PowerAuth HTTP header used for deriving ECIES encryption context.
- getHttpHeaders() - Method in class io.getlime.security.powerauth.rest.api.spring.service.HttpCustomizationService
-
Get HTTP headers.
- getHttpMethod() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get HTTP method.
- getHttpMethod() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get HTTP method.
- getInputStream() - Method in class io.getlime.security.powerauth.rest.api.spring.filter.ResettableStreamHttpServletRequest
- getMaxFailedAttemptCount(Map<String, String>, Map<String, Object>, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Get maximum failed attempt count for activations.
- getName() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getNonce() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get nonce.
- getNonce() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get token related nonce.
- getNonce() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get nonce.
- getNonce() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get token specific nonce.
- getPlatform() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get platform.
- getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
- getPrincipal() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
- getQueryParams() - Method in class io.getlime.security.powerauth.rest.api.spring.service.HttpCustomizationService
-
Get HTTP query parameters.
- getReader() - Method in class io.getlime.security.powerauth.rest.api.spring.filter.ResettableStreamHttpServletRequest
- getRemainingAttempts() - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Get remaining attempts for signature verification before activation gets blocked.
- getRequestBody() - Method in class io.getlime.security.powerauth.rest.api.spring.filter.ResettableStreamHttpServletRequest
-
Get request body.
- getRequestBytes() - Method in class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestBody
-
Get HTTP request body bytes.
- getRequestObject() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Get decrypted request object.
- getRequestUri() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get request URI identifier.
- getRequestUri() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get request URI identifier.
- getSecretKey() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesDecryptorParameters
-
Get ECIES secret key.
- getSharedInfo2() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesDecryptorParameters
-
Get parameter sharedInfo2 for ECIES.
- getSignature() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get signature.
- getSignature() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get signature.
- getSignatureFactors() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getSignatureFactors() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- getSignatureType() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get signature type.
- getSignatureType() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get signature type.
- getSignatureType() - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Get PowerAuth signature type.
- getTimestamp() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get token creation timestamp.
- getTimestamp() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get token creation timestamp.
- getTimestampCreated() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get timestamp created.
- getTimestampLastChange() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get timestamp last change.
- getTimestampLastUsed() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get timestamp last used.
- getTokenDigest() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get token digest.
- getTokenDigest() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get token digest.
- getTokenId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get token ID.
- getTokenId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get token identifier.
- getUserId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getUserId() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getUserId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get user ID.
- getUserId() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get user ID.
- getUserId() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get user ID.
- getValidityPeriodDuringActivation(Map<String, String>, Map<String, Object>, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Get length of the period of activation record validity during activation in milliseconds.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Get PowerAuth protocol version.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Get PowerAuth protocol version.
- getVersion() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Get PowerAuth protocol version.
- getVersion() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Get PowerAuth protocol version.
- getVersion() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Get PowerAuth protocol version.
- getVersion() - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Get PowerAuth protocol version.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Get PowerAuth protocol version.
- getVersion() - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Get version.
H
- HttpCustomizationService - Class in io.getlime.security.powerauth.rest.api.spring.service
-
Service for configuration of HTTP headers in requests.
- HttpCustomizationService() - Constructor for class io.getlime.security.powerauth.rest.api.spring.service.HttpCustomizationService
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.annotation.support - package io.getlime.security.powerauth.rest.api.spring.annotation.support
- io.getlime.security.powerauth.rest.api.spring.authentication - package io.getlime.security.powerauth.rest.api.spring.authentication
- io.getlime.security.powerauth.rest.api.spring.authentication.impl - package io.getlime.security.powerauth.rest.api.spring.authentication.impl
- io.getlime.security.powerauth.rest.api.spring.configuration - package io.getlime.security.powerauth.rest.api.spring.configuration
- 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.exception.authentication - package io.getlime.security.powerauth.rest.api.spring.exception.authentication
- io.getlime.security.powerauth.rest.api.spring.filter - package io.getlime.security.powerauth.rest.api.spring.filter
- io.getlime.security.powerauth.rest.api.spring.model - package io.getlime.security.powerauth.rest.api.spring.model
- 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 - package io.getlime.security.powerauth.rest.api.spring.service
- isValid() - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Get whether PowerAuth authentication succeeded.
L
- lookupUserIdForAttributes(Map<String, String>, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
This method is responsible for looking user ID up based on a provided set of identity attributes.
P
- PENDING_COMMIT - io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
PENDING_COMMIT - status after key exchange, the activation is waiting for commit.
- PowerAuth - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
-
Annotation that enables simple integration with PowerAuth Signatures.
- PowerAuthActivation - Interface in io.getlime.security.powerauth.rest.api.spring.authentication
-
Interface for obtaining PowerAuth activation detail during signature verification.
- PowerAuthActivationException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception related to processes during a new activation process.
- PowerAuthActivationException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthActivationException
-
Default constructor.
- PowerAuthActivationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthActivationException
-
Constructor with a custom error message.
- PowerAuthActivationException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthActivationException
-
Constructor with a cause.
- PowerAuthActivationImpl - Class in io.getlime.security.powerauth.rest.api.spring.authentication.impl
-
Class representing PowerAuth activation detail in context of signature verification.
- PowerAuthActivationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- PowerAuthAnnotationInterceptor - Class in io.getlime.security.powerauth.rest.api.spring.annotation.support
-
Interceptor class for the PowerAuth related annotations: @PowerAuth, @PowerAuthToken and @PowerAuthEncryption.
- PowerAuthAnnotationInterceptor() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthAnnotationInterceptor
- PowerAuthApiAuthentication - Interface in io.getlime.security.powerauth.rest.api.spring.authentication
-
Interface for PowerAuth API authentication object used between intermediate server application (such as mobile banking API) and core systems (such as banking core).
- 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.impl
-
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.impl.PowerAuthApiAuthenticationImpl
-
Default constructor
- PowerAuthApiAuthenticationImpl(String, String, String, List<String>, List<String>, AuthenticationContext) - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
-
Constructor for a new PowerAuthApiAuthenticationImpl.
- PowerAuthAuthentication - Interface in io.getlime.security.powerauth.rest.api.spring.authentication
-
Base interface for all PowerAuth inbound authentication interfaces.
- PowerAuthAuthenticationException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception raised in case PowerAuth authentication fails.
- PowerAuthAuthenticationException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
-
Default constructor
- PowerAuthAuthenticationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
-
Constructor with a custom error message
- PowerAuthAuthenticationException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthAuthenticationException
-
Constructor with a cause.
- PowerAuthAuthenticationProvider - Class in io.getlime.security.powerauth.rest.api.spring.provider
-
Implementation of PowerAuth authentication provider.
- PowerAuthAuthenticationProvider(PowerAuthClient, ActivationStatusConverter, HttpCustomizationService) - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
-
Provider constructor.
- PowerAuthAuthenticationProviderBase - Class in io.getlime.security.powerauth.rest.api.spring.provider
-
Abstract class for PowerAuth authentication provider.
- PowerAuthAuthenticationProviderBase() - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
- PowerAuthEciesDecryptorParameters - Class in io.getlime.security.powerauth.rest.api.spring.encryption
-
Class used for storing ECIES decryptor parameters.
- PowerAuthEciesDecryptorParameters(String, String) - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesDecryptorParameters
-
Constructor with secretKey and sharedInfo2.
- PowerAuthEciesEncryption - Class in io.getlime.security.powerauth.rest.api.spring.encryption
-
Class used for storing data used during ECIES decryption and encryption.
- PowerAuthEciesEncryption(EciesEncryptionContext) - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Initialize ECIES encryption object from either encryption or signature HTTP header.
- 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.support
-
Argument resolver for
PowerAuthEciesEncryptionobjects. - PowerAuthEncryptionArgumentResolver() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthEncryptionArgumentResolver
- PowerAuthEncryptionException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception raised in case encryption or decryption fails.
- PowerAuthEncryptionException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
-
Default constructor
- PowerAuthEncryptionException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
-
Constructor with a custom error message
- PowerAuthEncryptionException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthEncryptionException
-
Constructor with a cause.
- PowerAuthEncryptionProvider - Class in io.getlime.security.powerauth.rest.api.spring.provider
-
Implementation of PowerAuth encryption provider.
- PowerAuthEncryptionProvider(PowerAuthClient, HttpCustomizationService) - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProvider
-
Provide constructor.
- PowerAuthEncryptionProviderBase - Class in io.getlime.security.powerauth.rest.api.spring.provider
-
Abstract class for PowerAuth encryption provider with common HTTP header parsing logic.
- PowerAuthEncryptionProviderBase() - Constructor for class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthEncryptionProviderBase
- PowerAuthHeaderMissingException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth HTTP header is missing.
- PowerAuthHeaderMissingException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthHeaderMissingException
-
Default constructor
- PowerAuthHeaderMissingException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthHeaderMissingException
-
Constructor with a custom error message
- PowerAuthHeaderMissingException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthHeaderMissingException
-
Constructor with a cause.
- PowerAuthInvalidRequestException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth authentication request is invalid.
- PowerAuthInvalidRequestException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthInvalidRequestException
-
Default constructor
- PowerAuthInvalidRequestException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthInvalidRequestException
-
Constructor with a custom error message
- PowerAuthInvalidRequestException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthInvalidRequestException
-
Constructor with a cause.
- PowerAuthNonPersonalizedEncryptor - Class in io.getlime.security.powerauth.rest.api.spring.encryption
-
Non-personalized encryptor class.
- PowerAuthNonPersonalizedEncryptor(String, String, String, String) - Constructor for class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthNonPersonalizedEncryptor
-
Constructor with all mandatory parameters.
- PowerAuthRecoveryConfirmationException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth recovery confirmation fails with an error.
- PowerAuthRecoveryConfirmationException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRecoveryConfirmationException
-
Default constructor
- PowerAuthRecoveryConfirmationException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRecoveryConfirmationException
-
Constructor with a custom error message
- PowerAuthRecoveryConfirmationException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRecoveryConfirmationException
-
Constructor with a cause.
- PowerAuthRecoveryException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception thrown in case PowerAuth recovery fails, with optional current PUK index.
- PowerAuthRecoveryException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Default constructor.
- PowerAuthRecoveryException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Constructor with a custom error message.
- PowerAuthRecoveryException(String, String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Constructor with a custom error message and error code.
- PowerAuthRecoveryException(String, String, Integer) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Constructor with a custom error message, error code and current recovery PUK index.
- PowerAuthRequestBody - Class in io.getlime.security.powerauth.rest.api.spring.model
-
Class representing HTTP request body.
- PowerAuthRequestBody() - Constructor for class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestBody
-
Default constructor for empty HTTP request body.
- PowerAuthRequestBody(byte[]) - Constructor for class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestBody
-
Constructor with HTTP request body bytes.
- 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
- PowerAuthRequestFilterBase - Class in io.getlime.security.powerauth.rest.api.spring.filter
-
Class implementing filter for extracting request body from HTTP servlet request.
- PowerAuthRequestFilterBase() - Constructor for class io.getlime.security.powerauth.rest.api.spring.filter.PowerAuthRequestFilterBase
- PowerAuthRequestFilterException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth authentication request filter is missing.
- PowerAuthRequestFilterException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRequestFilterException
-
Default constructor
- PowerAuthRequestFilterException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRequestFilterException
-
Constructor with a custom error message
- PowerAuthRequestFilterException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthRequestFilterException
-
Constructor with a cause.
- PowerAuthRequestObjects - Class in io.getlime.security.powerauth.rest.api.spring.model
-
Class defining request objects stored in HTTP servlet request.
- PowerAuthRequestObjects() - Constructor for class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects
- PowerAuthSecureVaultException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception related to processes during a new secure vault unlocking.
- PowerAuthSecureVaultException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthSecureVaultException
-
Default constructor
- PowerAuthSecureVaultException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthSecureVaultException
-
Constructor with a custom error message
- PowerAuthSecureVaultException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthSecureVaultException
-
Constructor with a cause.
- PowerAuthSignatureAuthentication - Interface 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 - Class in io.getlime.security.powerauth.rest.api.spring.authentication.impl
-
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.impl.PowerAuthSignatureAuthenticationImpl
-
Default constructor.
- PowerAuthSignatureErrorException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth signature validation fails with an error.
- PowerAuthSignatureErrorException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureErrorException
-
Default constructor
- PowerAuthSignatureErrorException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureErrorException
-
Constructor with a custom error message
- PowerAuthSignatureErrorException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureErrorException
-
Constructor with a cause.
- PowerAuthSignatureInvalidException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth signature validation fails.
- PowerAuthSignatureInvalidException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureInvalidException
-
Default constructor
- PowerAuthSignatureInvalidException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureInvalidException
-
Constructor with a custom error message
- PowerAuthSignatureInvalidException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureInvalidException
-
Constructor with a cause.
- PowerAuthSignatureTypeInvalidException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth signature type is invalid.
- PowerAuthSignatureTypeInvalidException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureTypeInvalidException
-
Default constructor
- PowerAuthSignatureTypeInvalidException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureTypeInvalidException
-
Constructor with a custom error message
- PowerAuthSignatureTypeInvalidException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthSignatureTypeInvalidException
-
Constructor with a cause.
- PowerAuthToken - Annotation Type in io.getlime.security.powerauth.rest.api.spring.annotation
-
Annotation that enables a simple integration with a token-based authentication.
- PowerAuthTokenAuthentication - Interface in io.getlime.security.powerauth.rest.api.spring.authentication
-
Interface for authentication objects used for simple token-based authentication.
- PowerAuthTokenAuthenticationImpl - Class in io.getlime.security.powerauth.rest.api.spring.authentication.impl
-
Implementation of the
PowerAuthTokenAuthenticationinterface, with Spring Security objects. - PowerAuthTokenAuthenticationImpl() - Constructor for class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Default constructor
- PowerAuthTokenErrorException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth token validation fails with an error.
- PowerAuthTokenErrorException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenErrorException
-
Default constructor
- PowerAuthTokenErrorException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenErrorException
-
Constructor with a custom error message
- PowerAuthTokenErrorException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenErrorException
-
Constructor with a cause.
- PowerAuthTokenInvalidException - Exception in io.getlime.security.powerauth.rest.api.spring.exception.authentication
-
Exception raised in case PowerAuth token validation fails.
- PowerAuthTokenInvalidException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenInvalidException
-
Default constructor
- PowerAuthTokenInvalidException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenInvalidException
-
Constructor with a custom error message
- PowerAuthTokenInvalidException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.authentication.PowerAuthTokenInvalidException
-
Constructor with a cause.
- PowerAuthUpgradeException - Exception in io.getlime.security.powerauth.rest.api.spring.exception
-
Exception raised in case PowerAuth upgrade fails.
- PowerAuthUpgradeException() - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthUpgradeException
-
Default constructor.
- PowerAuthUpgradeException(String) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthUpgradeException
-
Constructor with a custom error message.
- PowerAuthUpgradeException(Throwable) - Constructor for exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthUpgradeException
-
Constructor with a cause.
- PowerAuthWebArgumentResolver - Class in io.getlime.security.powerauth.rest.api.spring.annotation.support
-
Argument resolver for
PowerAuthApiAuthenticationobjects. - PowerAuthWebArgumentResolver() - Constructor for class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthWebArgumentResolver
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthAnnotationInterceptor
- processCustomActivationAttributes(Map<String, Object>, String, String, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Process custom attributes, in any way that is suitable for the purpose of your application.
R
- REMOVED - io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
REMOVED - the activation is removed.
- REQUEST_BODY - Static variable in class io.getlime.security.powerauth.rest.api.spring.model.PowerAuthRequestObjects
-
Constant for the request attribute name "X-PowerAuth-Request-Body".
- ResettableStreamHttpServletRequest - Class in io.getlime.security.powerauth.rest.api.spring.filter
-
Resettable HTTP servlet request stream.
- ResettableStreamHttpServletRequest(HttpServletRequest) - Constructor for class io.getlime.security.powerauth.rest.api.spring.filter.ResettableStreamHttpServletRequest
-
Constructs a request object wrapping the given request.
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthEncryptionArgumentResolver
- resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.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
-
Encryption scope, either EciesScope.ACTIVATION_SCOPE or EciesScope.APPLICATION_SCOPE.
- setActivationContext(PowerAuthActivation) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setActivationContext(PowerAuthActivation) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set the activation context.
- setActivationFlags(List<String>) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setActivationFlags(List<String>) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setActivationFlags(List<String>) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set activation flags.
- setActivationFlags(List<String>) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set activation ID.
- setActivationId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set activation ID.
- setActivationId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- setActivationId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set activation ID.
- setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Set activation ID.
- setActivationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set activation ID.
- setActivationName(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set activation name.
- setActivationStatus(ActivationStatus) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setActivationStatus(ActivationStatus) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set activation status.
- setActivationStatus(ActivationStatus) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set activation status.
- setApplicationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setApplicationId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set related application ID.
- setApplicationId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set application ID.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set application key.
- setApplicationKey(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set application key.
- setApplicationKey(String) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Set application key.
- setApplicationRoles(List<String>) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setApplicationRoles(List<String>) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set application roles.
- setAuthenticationContext(AuthenticationContext) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setAuthenticationContext(AuthenticationContext) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setAuthenticationContext(AuthenticationContext) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set PowerAuth authentication context.
- setAuthenticationContext(AuthenticationContext) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set PowerAuth authentication context.
- setAuthenticationProvider(PowerAuthAuthenticationProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthAnnotationInterceptor
-
Set authentication provider via setter injection.
- setBlockedReason(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setBlockedReason(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set the reason why activation was blocked.
- setBlockedReason(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set blocked reason.
- setCorrelationHeaderConfig(CorrelationHeaderConfiguration) - Method in class io.getlime.security.powerauth.rest.api.spring.service.HttpCustomizationService
-
Autowire correlation header configuration
- setCurrentRecoveryPukIndex(Integer) - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Set current recovery PUK index.
- setData(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set request data.
- setData(byte[]) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set request data.
- setDecryptedRequest(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Set decrypted request data.
- setDeviceInfo(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set device info.
- setEciesDecryptor(EciesDecryptor) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Set ECIES decryptor.
- setEciesScope(EciesScope) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Set ECIES scope (application or activation).
- setEncryptedRequest(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Set encrypted request data.
- setEncryptionProvider(PowerAuthEncryptionProvider) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthAnnotationInterceptor
-
Set encryption provider via setter injection.
- setErrorCode(String) - Method in exception io.getlime.security.powerauth.rest.api.spring.exception.PowerAuthRecoveryException
-
Set error code.
- setExtras(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set extras.
- setForcedSignatureVersion(Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set forced signature version which is used during upgrade.
- setForcedSignatureVersion(Integer) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set forced signature version which is used during upgrade.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set the PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set parsed PowerAuth HTTP header.
- setHttpHeader(PowerAuthHttpHeader) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Set PowerAuth HTTP header used for deriving ECIES encryption context.
- setHttpMethod(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set HTTP method.
- setHttpMethod(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set HTTP method.
- setNonce(byte[]) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set nonce.
- setNonce(byte[]) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set nonce.
- setNonce(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set token related nonce.
- setNonce(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set token specific nonce.
- setPlatform(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set platform.
- setRemainingAttempts(Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Set remaining attempts for signature verification before activation gets blocked.
- setRequestMappingHandlerAdapter(RequestMappingHandlerAdapter) - Method in class io.getlime.security.powerauth.rest.api.spring.filter.EncryptionResponseBodyAdvice
-
Set request mapping handler adapter via setter injection.
- setRequestObject(Object) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.PowerAuthEciesEncryption
-
Set decrypted request object.
- setRequestUri(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set request URI identifier.
- setRequestUri(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set request URI identifier.
- setSignature(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set signature.
- setSignature(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set signature.
- setSignatureFactors(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setSignatureFactors(PowerAuthSignatureTypes) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Deprecated.
- setSignatureType(PowerAuthSignatureTypes) - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Set PowerAuth signature type.
- setSignatureType(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set signature type.
- setSignatureType(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set signature type.
- setTimestamp(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set token creation timestamp.
- setTimestamp(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set token creation timestamp.
- setTimestampCreated(Instant) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set timestamp created.
- setTimestampLastChange(Instant) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set timestamp last change.
- setTimestampLastUsed(Instant) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set timestamp last used.
- setTokenDigest(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set token digest.
- setTokenDigest(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set token digest.
- setTokenId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set token ID.
- setTokenId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set token identifier.
- setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setUserId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set user ID.
- setUserId(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set user ID
- setUserId(String) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set user ID.
- setValid(boolean) - Method in class io.getlime.security.powerauth.rest.api.spring.model.AuthenticationContext
-
Set whether PowerAuth authentication succeeded.
- setVersion(long) - Method in class io.getlime.security.powerauth.rest.api.spring.model.ActivationContext
-
Set version.
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthActivationImpl
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthApiAuthenticationImpl
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthSignatureAuthenticationImpl
-
Set PowerAuth protocol version.
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.authentication.impl.PowerAuthTokenAuthenticationImpl
-
Set PowerAuth protocol version.
- setVersion(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthActivation
-
Set PowerAuth protocol version.
- setVersion(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthApiAuthentication
-
Set PowerAuth protocol version.
- setVersion(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthSignatureAuthentication
-
Set PowerAuth protocol version.
- setVersion(String) - Method in interface io.getlime.security.powerauth.rest.api.spring.authentication.PowerAuthTokenAuthentication
-
Set PowerAuth protocol version.
- setVersion(String) - Method in class io.getlime.security.powerauth.rest.api.spring.encryption.EciesEncryptionContext
-
Set PowerAuth protocol version.
- shouldAutoCommitActivation(Map<String, String>, Map<String, Object>, String, String, String, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Variable that specifies if the activation should be automatically committed based on provided attributes.
- shouldCreateRecoveryCodes(Map<String, String>, Map<String, Object>, ActivationType, Map<String, Object>) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Method that indicates if recovery codes should be generated for a given activation or not.
- shouldRevokeRecoveryCodeOnRemove(String, String, String) - Method in interface io.getlime.security.powerauth.rest.api.spring.provider.CustomActivationProvider
-
Method that indicates if the recovery codes should be revoked when an activation is removed.
- 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(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.support.PowerAuthEncryptionArgumentResolver
- supportsParameter(MethodParameter) - Method in class io.getlime.security.powerauth.rest.api.spring.annotation.support.PowerAuthWebArgumentResolver
V
- validateRequestSignature(String, byte[], String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
The same as {
PowerAuthAuthenticationProviderBase.validateRequestSignature(String, byte[], String, String, List, Integer)but uses default accepted signature type (2FA or 3FA) and does not specify forced signature version. - 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.
- validateRequestSignature(String, byte[], String, String, List<PowerAuthSignatureTypes>, Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate the signature from the PowerAuth HTTP header against the provided HTTP method, request body and URI identifier.
- validateRequestSignature(HttpServletRequest, String, String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
The same as {
PowerAuthAuthenticationProviderBase.validateRequestSignature(HttpServletRequest, String, String, List, Integer)but uses default accepted signature type (2FA or 3FA) and does not specify forced signature version. - validateRequestSignature(HttpServletRequest, String, String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate a request signature, make sure only supported signature types are used, do not use forced signature version during upgrade.
- validateRequestSignature(HttpServletRequest, String, String, List<PowerAuthSignatureTypes>, Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate a request signature, make sure only supported signature types are used and allow specification of forced signature version.
- validateRequestSignatureWithActivationDetails(String, byte[], String, String, List<PowerAuthSignatureTypes>, Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
- validateRequestSignatureWithActivationDetails(String, byte[], String, String, List<PowerAuthSignatureTypes>, Integer) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate the signature from the PowerAuth HTTP header against the provided HTTP method, request body and URI identifier.
- validateRequestSignatureWithActivationDetails(HttpServletRequest, String, String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate a request signature, make sure only supported signature types are used, do not use forced signature version during upgrade.
- validateToken(String) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate the token digest from PowerAuth authentication header.
- validateToken(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
-
Validate token header for simple token-based authentication.
- validateToken(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate the token digest from PowerAuth authentication header.
- validateTokenWithActivationDetails(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProvider
- validateTokenWithActivationDetails(String, List<PowerAuthSignatureTypes>) - Method in class io.getlime.security.powerauth.rest.api.spring.provider.PowerAuthAuthenticationProviderBase
-
Validate the token digest from PowerAuth authentication header.
- valueOf(String) - Static method in enum io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.getlime.security.powerauth.rest.api.spring.model.ActivationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes|All Packages