Uses of Interface
org.wso2.carbon.connector.core.Connector
-
Packages that use Connector Package Description org.wso2.carbon.connector.core -
-
Uses of Connector in org.wso2.carbon.connector.core
Classes in org.wso2.carbon.connector.core that implement Connector Modifier and Type Class Description class
AbstractConnector
class
GenerateAccessToken
This class can be used by connectors to generate OAuth 2.0 access tokens by setting the following mandatory property in message context: uri.var.hostName.class
RefreshAccessToken
This class can be used by connectors to refresh OAuth 2.0 access tokens by setting the following mandatory properties in message context: uri.var.hostName, uri.var.refreshToken.class
RefreshAccessTokenWithExpiry
This class can be used by connectors to refresh OAuth 2.0 access tokens by setting the following mandatory properties in message context: uri.var.hostName, uri.var.refreshToken.
-