generated from adempiere/adempiere-template-project
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b07236d
commit 49a0159
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,14 @@ | |
* @author Yamel Senih, [email protected], ERPCyA http://www.erpya.com | ||
*/ | ||
public class JWTUtil { | ||
|
||
/** Entity Type Spin Contribution (JWT Token Generator) */ | ||
public static final String ECA52_EntityType = "ECA52"; | ||
|
||
/** Default key for JWT */ | ||
public static final String ECA52_JWT_SECRET_KEY = "ECA52_JWT_SECRET_KEY"; | ||
|
||
/** Default expiration time for JWT */ | ||
public static final String ECA52_JWT_EXPIRATION_TIME = "ECA52_JWT_EXPIRATION_TIME"; | ||
|
||
} |