You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/APIMgtGatewayConstants.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
* You may obtain a copy of the License at
8
8
*
9
9
* http://www.apache.org/licenses/LICENSE-2.0
10
-
*
10
+
11
11
* Unless required by applicable law or agreed to in writing,
12
12
* software distributed under the License is distributed on an
13
13
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -191,6 +191,10 @@ public class APIMgtGatewayConstants {
191
191
192
192
//This will be a reserved name for the synapse message context properties.
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/handlers/security/jwt/JWTValidator.java
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/jwt/RevokedJWTDataHolder.java
+66
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
importorg.apache.commons.logging.Log;
21
21
importorg.apache.commons.logging.LogFactory;
22
22
23
+
importjava.sql.Timestamp;
23
24
importjava.util.Map;
24
25
importjava.util.concurrent.ConcurrentHashMap;
25
26
@@ -30,6 +31,10 @@ public class RevokedJWTDataHolder {
0 commit comments