Package org.wso2.am.integration.test
Class ClientAuthenticator
- java.lang.Object
-
- org.wso2.am.integration.test.ClientAuthenticator
-
public class ClientAuthenticator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleJAVA_VERSION
-
Constructor Summary
Constructors Constructor Description ClientAuthenticator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetAccessToken(String scopeList, String appName, String callBackURL, String tokenScope, String appOwner, String grantType, String dcrEndpoint, String username, String password, String tenantDomain, String tokenEndpoint)static ApplicationKeyBeanmakeDCRRequest(DCRParamRequest dcrParamRequest)
-
-
-
Method Detail
-
getAccessToken
public static String getAccessToken(String scopeList, String appName, String callBackURL, String tokenScope, String appOwner, String grantType, String dcrEndpoint, String username, String password, String tenantDomain, String tokenEndpoint)
-
makeDCRRequest
public static ApplicationKeyBean makeDCRRequest(DCRParamRequest dcrParamRequest)
-
-