Interface ConnectionCredentials
-
public interface ConnectionCredentialsStores Connection credentials. Used in plugins to access different services- Since:
- 2023.05
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getProperties()StringgetProviderType()
-
-
-
Method Detail
-
getProperties
@NotNull Map<String,String> getProperties()
- Returns:
- Map with credentials information specific for this
ConnectionProvidertype
-
getProviderType
@NotNull String getProviderType()
- Returns:
- The type of the
ConnectionProviderto which these ConnectionCredentials belong to
-
-