Package com.guinetik.rr.auth
Class AuthStrategyFactoryTest
- java.lang.Object
-
- com.guinetik.rr.auth.AuthStrategyFactoryTest
-
public class AuthStrategyFactoryTest extends Object
Unit tests forAuthStrategyFactoryhelper methods (non-OAuth variants).
-
-
Constructor Summary
Constructors Constructor Description AuthStrategyFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateBasicAuth()voidtestCreateBearerToken()voidtestCreateBearerTokenWithCustomLogic()voidtestCreateNoAuth()voidtestCreateOAuth2ClientCredentialsRequiresTokenUrl()
-
-
-
Method Detail
-
testCreateNoAuth
public void testCreateNoAuth()
-
testCreateBasicAuth
public void testCreateBasicAuth()
-
testCreateBearerToken
public void testCreateBearerToken()
-
testCreateBearerTokenWithCustomLogic
public void testCreateBearerTokenWithCustomLogic()
-
testCreateOAuth2ClientCredentialsRequiresTokenUrl
public void testCreateOAuth2ClientCredentialsRequiresTokenUrl()
-
-