Interface ConnectionCredentials
-
public interface ConnectionCredentials
Stores 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()
String
getProviderType()
-
-
-
Method Detail
-
getProperties
@NotNull Map<String,String> getProperties()
- Returns:
- Map with credentials information specific for this
ConnectionProvider
type
-
getProviderType
@NotNull String getProviderType()
- Returns:
- The type of the
ConnectionProvider
to which these ConnectionCredentials belong to
-
-