smolnar82 commented on code in PR #1398:
URL: https://github.com/apache/knox/pull/1398#discussion_r4014551523


##########
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/JWTFederationFilter.java:
##########
@@ -635,4 +705,28 @@ private static class NoValidCookiesException extends 
Exception {
   void setTokenExchangeHandler(TokenExchangeHandler tokenExchangeHandler) {
     this.tokenExchangeHandler = tokenExchangeHandler;
   }
+
+  boolean isDelegationServerEnabled() {
+    return delegationServerEnabled;
+  }
+
+  boolean isDelegationRequestedSubjectEnabled() {
+    return delegationRequestedSubjectEnabled;
+  }
+
+  boolean isDelegationEnforceRequestedAudienceRequired() {
+    return delegationEnforceRequestedAudienceRequired;
+  }
+
+  boolean isDelegationEnforceRequestedAudienceMaxOne() {
+    return delegationEnforceRequestedAudienceMaxOne;
+  }
+
+  boolean isDelegationRequestedScopeEnabled() {

Review Comment:
   This is never read in TokenExchangeHandler. As you indicated offline, you 
deferred that on purpose.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to