Class OAuth2AuthenticationURLConnectionProcessor

java.lang.Object
org.faceless.publisher.type.AbstractURLConnectionProcessor
org.faceless.publisher.type.OAuth2AuthenticationURLConnectionProcessor
All Implemented Interfaces:
URLConnectionProcessor

public class OAuth2AuthenticationURLConnectionProcessor extends AbstractURLConnectionProcessor
A wrapper around the OAuth2 object which allows it to be used as part of the resource loading process - i.e. it allows HTML, stylesheets, images etc. protected by OAuth2 authorization to be loaded like any other resource
  • Constructor Details

    • OAuth2AuthenticationURLConnectionProcessor

      public OAuth2AuthenticationURLConnectionProcessor(OAuth2 oauth2)
      Create an OAuth2AuthenticationURLConnectionProcessor
      Parameters:
      oauth2 - the OAuth2 object containing the authorization details
  • Method Details