Class Constants
java.lang.Object
es.kukenan.smartfi.microservice.firm.utils.Constants
Constants constant.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAES Algorithm.static final StringAES_CBC_PKCS_5_PADDING Algorithm.static final IntegerAES_SIZE Algorithm.static final IntegerKuken backoffice.static final StringKey for endpoint of user change locked flag.static final StringKay for endpoint of user change password.static final Stringheader key for otp.static final Stringhostname notifications.static final Stringhostname products.static final Stringhostname move-money.static final Stringhostname users.static final StringBC Provider.static final StringEndpoint path for login request.static final Stringheader otp not validated.static final StringOperation Event Type for Otp generated Event Password Change.static final StringOperation Event Type for Otp generated Event Sca Validation.static final Stringheader otp validated.static final StringAttribute of smartfi context.static final StringRSA Algorithm.static final IntegerRSA_SIZE Algorithm.static final StringRSA/None/OAEPWithSHA-256AndMGF1Padding.static final intNumber of elements in pagination list.static final StringAttribute of smartfi context.Static map with paths for rest template.static final Stringuser agent internal header attribute.static final Stringuser ip internal header attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RSA
RSA Algorithm.- See Also:
-
AES
AES Algorithm.- See Also:
-
BACKOFFICE_KUKEN
Kuken backoffice. -
AES_SIZE
AES_SIZE Algorithm. -
RSA_SIZE
RSA_SIZE Algorithm. -
AES_CBC_PKCS_5_PADDING
AES_CBC_PKCS_5_PADDING Algorithm.- See Also:
-
RSANONEOAEPWITHSHA256ANDMGF1PADDING
RSA/None/OAEPWithSHA-256AndMGF1Padding.- See Also:
-
SIZE_PAGINATION
public static final int SIZE_PAGINATIONNumber of elements in pagination list.- See Also:
-
KB
BC Provider.- See Also:
-
ENDPOINT_USER_CHANGE_DATA
Key for endpoint of user change locked flag.- See Also:
-
ENDPOINT_USER_CHANGE_PASSWORD
Kay for endpoint of user change password.- See Also:
-
HEADER_OTP
header key for otp.- See Also:
-
OTP_VALIDATED
header otp validated.- See Also:
-
OTP_NOT_VALIDATED
header otp not validated.- See Also:
-
SMARTFI_CONTEXT_ATTR
Attribute of smartfi context.- See Also:
-
OTP_OPERATION_TYPE_SCA_VALIDATION
Operation Event Type for Otp generated Event Sca Validation.- See Also:
-
OTP_CACHE_ENDPOINT_LOGIN
Endpoint path for login request.- See Also:
-
OTP_OPERATION_TYPE_PASSWORD_CHANGE
Operation Event Type for Otp generated Event Password Change.- See Also:
-
PROP_OTP_OPERATION_INFO
Attribute of smartfi context.- See Also:
-
USER_IP_HEADER
user ip internal header attribute.- See Also:
-
USER_AGENT
user agent internal header attribute.- See Also:
-
HOSTNAME_PRODUCTS
hostname products.- See Also:
-
HOSTNAME_USERS
hostname users.- See Also:
-
HOSTNAME_TRANSFER
hostname move-money.- See Also:
-
HOSTNAME_NOTIFICATIONS
hostname notifications.- See Also:
-
transformInternalEndpoint
Static map with paths for rest template.
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
getTransformInternalEndpoint
Get map with paths for rest template.- Returns:
- Unmodifiable map with paths for rest template.
-