Class JunoApiConfig.UnitTestEnviroment
- java.lang.Object
-
- br.com.juno.integration.api.services.JunoApiConfig.UnitTestEnviroment
-
- All Implemented Interfaces:
JunoApiConfig.Environment
- Enclosing class:
- JunoApiConfig
public static class JunoApiConfig.UnitTestEnviroment extends Object implements JunoApiConfig.Environment
-
-
Constructor Summary
Constructors Constructor Description UnitTestEnviroment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizationServerEndpoint()StringgetResourceServerEndpoint()
-
-
-
Method Detail
-
getAuthorizationServerEndpoint
public String getAuthorizationServerEndpoint()
- Specified by:
getAuthorizationServerEndpointin interfaceJunoApiConfig.Environment
-
getResourceServerEndpoint
public String getResourceServerEndpoint()
- Specified by:
getResourceServerEndpointin interfaceJunoApiConfig.Environment
-
-