java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.authorizationservice.AuthorizationService
Direct Known Subclasses:
GithubAuthorizationService, GoogleAuthorizationService, MembraneAuthorizationService

public abstract class AuthorizationService extends Object
  • Field Details

    • log

      protected org.slf4j.Logger log
    • router

      protected Router router
    • httpClientConfiguration

      protected HttpClientConfiguration httpClientConfiguration
    • scope

      protected String scope
    • supportsDynamicRegistration

      protected boolean supportsDynamicRegistration
  • Constructor Details

    • AuthorizationService

      public AuthorizationService()
  • Method Details