Class OAuth2Client

  • All Implemented Interfaces:

    
    public final class OAuth2Client
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class OAuth2Client.WellKnown
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth2Client(HttpClient httpClient, String wellKnownUrl, ClientAuthenticationProperties clientAuthProperties, OAuth2CacheConfig cacheConfig)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OAuth2AccessTokenResponse onBehalfOf(String token, String scope)
      final OAuth2AccessTokenResponse tokenExchange(String token, String audience)
      final OAuth2AccessTokenResponse clientCredentials(String scope)
      final OAuth2AccessTokenResponse accessToken(GrantRequest grantRequest)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait