Class ZangConfiguration
- java.lang.Object
-
- com.avaya.clientservices.provider.zang.ZangConfiguration
-
public class ZangConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZangConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessTokenURL()java.lang.StringgetAuthorizationURL()java.lang.StringgetClientId()CredentialProvidergetCredentialProvider()java.lang.StringgetRedirect()java.lang.StringgetScope()java.lang.StringgetSecret()ServerInfogetServerInfo()ServerInfogetSpacesServerInfo()booleanisEnabled()voidsetAuthServerInfo(ServerInfo mAuthServerInfo)voidsetClientId(java.lang.String mClientId)voidsetCredentialProvider(CredentialProvider credentialProvider)voidsetEnabled(boolean mEnabled)voidsetRedirect(java.lang.String mRedirect)voidsetScope(java.lang.String mScope)voidsetSecret(java.lang.String secret)voidsetSpacesServerInfo(ServerInfo mSpacesServerInfo)
-
-
-
Method Detail
-
getClientId
public java.lang.String getClientId()
-
getSpacesServerInfo
public ServerInfo getSpacesServerInfo()
-
setSpacesServerInfo
public void setSpacesServerInfo(ServerInfo mSpacesServerInfo)
-
setClientId
public void setClientId(java.lang.String mClientId)
-
getRedirect
public java.lang.String getRedirect()
-
setRedirect
public void setRedirect(java.lang.String mRedirect)
-
getScope
public java.lang.String getScope()
-
setScope
public void setScope(java.lang.String mScope)
-
getSecret
public java.lang.String getSecret()
-
setSecret
public void setSecret(java.lang.String secret)
-
getServerInfo
public ServerInfo getServerInfo()
-
setAuthServerInfo
public void setAuthServerInfo(ServerInfo mAuthServerInfo)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean mEnabled)
-
getCredentialProvider
public CredentialProvider getCredentialProvider()
-
setCredentialProvider
public void setCredentialProvider(CredentialProvider credentialProvider)
-
getAuthorizationURL
public java.lang.String getAuthorizationURL()
-
getAccessTokenURL
public java.lang.String getAccessTokenURL()
-
-