Class OAuth2AuthServiceRequestInvoker

java.lang.Object
dev.getelements.elements.service.auth.oauth2.OAuth2AuthServiceRequestInvoker

public class OAuth2AuthServiceRequestInvoker extends Object
  • Constructor Details

    • OAuth2AuthServiceRequestInvoker

      public OAuth2AuthServiceRequestInvoker()
  • Method Details

    • execute

      public ParsedResponse execute(OAuth2AuthScheme scheme, ResolvedRequest req)
    • getClient

      public jakarta.ws.rs.client.Client getClient()
    • setClient

      @Inject public void setClient(jakarta.ws.rs.client.Client client)
    • getProfileDao

      public ProfileDao getProfileDao()
    • setProfileDao

      @Inject public void setProfileDao(ProfileDao profileDao)
    • getApplicationDao

      public ApplicationDao getApplicationDao()
    • setApplicationDao

      @Inject public void setApplicationDao(ApplicationDao applicationDao)
    • getObjectMapper

      public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
    • setObjectMapper

      @Inject public void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)