Class AuthStrategyFactoryTest


  • public class AuthStrategyFactoryTest
    extends Object
    Unit tests for AuthStrategyFactory helper methods (non-OAuth variants).
    • Constructor Detail

      • AuthStrategyFactoryTest

        public AuthStrategyFactoryTest()
    • Method Detail

      • testCreateNoAuth

        public void testCreateNoAuth()
      • testCreateBasicAuth

        public void testCreateBasicAuth()
      • testCreateBearerToken

        public void testCreateBearerToken()
      • testCreateBearerTokenWithCustomLogic

        public void testCreateBearerTokenWithCustomLogic()
      • testCreateOAuth2ClientCredentialsRequiresTokenUrl

        public void testCreateOAuth2ClientCredentialsRequiresTokenUrl()