org.mule.common.security.oauth
Class OAuthState

java.lang.Object
  extended by org.mule.common.security.oauth.OAuthState
All Implemented Interfaces:
Serializable

public class OAuthState
extends Object
implements Serializable

Simple pojo to carry OAuth connection state

See Also:
Serialized Form

Constructor Summary
OAuthState()
           
 
Method Summary
 String getAccessToken()
           
 String getAccessTokenUrl()
           
 String getAuthorizationUrl()
           
 String getCustomProperty(String property)
           
 String getRefreshToken()
           
 void setAccessToken(String accessToken)
           
 void setAccessTokenUrl(String accessTokenUrl)
           
 void setAuthorizationUrl(String authorizationUrl)
           
 void setCustomProperty(String propertyName, String value)
           
 void setRefreshToken(String refreshToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthState

public OAuthState()
Method Detail

getAccessToken

public String getAccessToken()

setAccessToken

public void setAccessToken(String accessToken)

getAuthorizationUrl

public String getAuthorizationUrl()

setAuthorizationUrl

public void setAuthorizationUrl(String authorizationUrl)

getAccessTokenUrl

public String getAccessTokenUrl()

setAccessTokenUrl

public void setAccessTokenUrl(String accessTokenUrl)

getRefreshToken

public String getRefreshToken()

setRefreshToken

public void setRefreshToken(String refreshToken)

getCustomProperty

public String getCustomProperty(String property)

setCustomProperty

public void setCustomProperty(String propertyName,
                              String value)


Copyright © 2015 MuleSoft, Inc.. All rights reserved.