You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/06/12 13:16:37 UTC

[GitHub] [jena] afs opened a new issue, #1376: Modularize AuthBearerFilter

afs opened a new issue, #1376:
URL: https://github.com/apache/jena/issues/1376

   Provide various ways to customize the behaviour of `AuthBearerFilter` by subclassing.
   
   The class itself provides a framework for bearer token handling as described in RFCs 7235, 6750 and others.
   
   Some environments pass bearer token information information in other ways.
   
   Some environments do not assume challenge-response (401), but assume the token is always present if needed.
   
   In order to accommodate these variations and other styles, `AuthBearerFilter` can have protected methods to modify its behaviour.
   


-- 
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: issues-unsubscribe@jena.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] afs closed issue #1376: Modularize AuthBearerFilter

Posted by GitBox <gi...@apache.org>.
afs closed issue #1376: Modularize AuthBearerFilter
URL: https://github.com/apache/jena/issues/1376


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org