Class Constants
java.lang.Object
es.kukenan.smartfi.microservice.clients.Constants
Constants class for many uses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCore backoffice.static final intCore backoffice.static final Stringheader key for otp.static final Stringhostname products.static final Stringheader otp not validated.static final Stringheader otp validated.static final Stringuser agent internal header attribute.static final Stringuser default state.static final Stringuser default type.static final Stringuser ip internal header attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_IP_HEADER
user ip internal header attribute.- See Also:
-
USER_AGENT
user agent internal header attribute.- See Also:
-
USER_DEFAULT_TYPE
user default type.- See Also:
-
USER_DEFAULT_STATE
user default state.- See Also:
-
BACKOFFICE_FIDES
Core backoffice.- See Also:
-
BACKOFFICE_KUKEN
public static final int BACKOFFICE_KUKENCore backoffice.- See Also:
-
HEADER_OTP
header key for otp. TODO: Cambiar key for otp- See Also:
-
OTP_VALIDATED
header otp validated.- See Also:
-
OTP_NOT_VALIDATED
header otp not validated.- See Also:
-
HOSTNAME_FIRM
hostname products. TODO: CAMBIAR HOSTNAME FIRM (SIGNATURE)- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-