com.mulesoft.cloudhub.client
Class Authentication

java.lang.Object
  extended by com.mulesoft.cloudhub.client.Authentication

public class Authentication
extends Object


Constructor Summary
Authentication()
           
 
Method Summary
 String getAccessToken()
           
 String getTokenType()
           
 void setAccessToken(String accessToken)
           
 void setTokenType(String tokenType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication()
Method Detail

getAccessToken

public String getAccessToken()

setAccessToken

public void setAccessToken(String accessToken)

getTokenType

public String getTokenType()

setTokenType

public void setTokenType(String tokenType)


Copyright © 2012-2015. All Rights Reserved.