Serialized Form
-
Package es.kukenan.smartfi.common.security
-
Package es.kukenan.smartfi.common.service.exceptions
-
Exception Class es.kukenan.smartfi.common.service.exceptions.BackingServiceException
class BackingServiceException extends KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException
class EntityNotFoundException extends KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.ForbiddenException
class ForbiddenException extends KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.InvalidCallException
class InvalidCallException extends KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.InvalidCredentialsException
class InvalidCredentialsException extends KukenanWalletException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
class KukenanWalletException extends RuntimeException implements Serializable-
Serialized Fields
-
additionalInfo
Map additionalInfo
Error aditional info. -
code
String code
Error code. -
details
Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details
Error details. -
httpStatus
org.springframework.http.HttpStatus httpStatus
The HTTP status to return if the exception is thrown in a REST operation context.
-
-
-
Exception Class es.kukenan.smartfi.common.service.exceptions.OtpBlockedException
class OtpBlockedException extends ForbiddenException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.OtpRequiredButMustBeForcedException
class OtpRequiredButMustBeForcedException extends ForbiddenException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.OtpRequiredException
class OtpRequiredException extends ForbiddenException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.RoutingDlqException
class RoutingDlqException extends UnexpectedException implements Serializable -
Exception Class es.kukenan.smartfi.common.service.exceptions.UnexpectedException
class UnexpectedException extends RuntimeException implements Serializable
-
-
Package es.kukenan.smartfi.common.service.jwt
-
Class es.kukenan.smartfi.common.service.jwt.JwtBearerToken
class JwtBearerToken extends Object implements Serializable- serialVersionUID:
- 8231876944459676097L
-
Serialized Fields
-
accessRole
AccessRoleEnum accessRole
The access role of the user. Could be: private_user public_user manager_user -
channel
ChannelEnum channel
The channel which is using the customer. Coulb be: CONTACT_CENTRE BRANCH WEB MOBILE PRESCRIPTION TPPS -
companyId
EntityBankEnum companyId
The identifier of the entity bank. Could be: BC BF -
companyIdentifier
Integer companyIdentifier
The identifier of the Company on DB. -
customerId
String customerId
The identifier of the customer. -
deviceId
String deviceId
The identifier of the device. -
expiration
ZonedDateTime expiration
Token expiration date. -
id
String id
Token id. -
securityLevel
SecurityLevelEnum securityLevel
The security level of the user. Could be: 0 anonymous 1 user_pwd 2 SCA -
subject
String subject
The name of the user this token was created for. -
userId
String userId
The username of the user.
-
-
Class es.kukenan.smartfi.common.service.jwt.WalletAuthenticationJwtImpl
class WalletAuthenticationJwtImpl extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 485156957820996934L
-
Serialized Fields
-
jwt
JwtBearerToken jwt
JwtBearerTokento wrap.
-
-
-
Package es.kukenan.smartfi.common.utils
-
Class es.kukenan.smartfi.common.utils.CustomObjectMapper
class CustomObjectMapper extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable
-