Uses of Class
org.wso2.carbon.connector.core.AbstractConnector
-
Packages that use AbstractConnector Package Description org.wso2.carbon.connector.core -
-
Uses of AbstractConnector in org.wso2.carbon.connector.core
Subclasses of AbstractConnector in org.wso2.carbon.connector.core Modifier and Type Class Description 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.
-