public interface CredentialProviderModel
CredentialProvider
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Get the color of the credential provider
|
I18nizableText |
getConnectionLabel()
Get the label for the connection screen of the credential provider
|
Class<CredentialProvider> |
getCredentialProviderClass()
Get the credential provider class
|
Configuration |
getCredentialProviderConfiguration()
Get the additional configuration for the implementation of
CredentialProvider |
I18nizableText |
getDescription()
Get the description text of the credential provider.
|
String |
getIconDecorator()
Get the CSS class for the glyph decorator icon
|
String |
getIconGlyph()
Get the CSS class for the glyph icon
|
String |
getIconLarge()
Get the path of the small icon resource
|
String |
getIconMedium()
Get the path of the small icon resource
|
String |
getIconSmall()
Get the path of the small icon resource
|
String |
getId()
Get the id of this credential provider
|
I18nizableText |
getLabel()
Get the label of the credential provider.
|
Map<String,? extends ItemCheckerDescriptor> |
getParameterCheckers()
Get the configuration parameter checkers
|
Map<String,? extends ElementDefinition> |
getParameters()
Get the configuration parameters
|
String |
getPluginName()
Returns the plugin name of declaration (for debug purpose)
|
String getId()
I18nizableText getLabel()
I18nizableText getDescription()
I18nizableText getConnectionLabel()
String getIconGlyph()
String getIconDecorator()
String getIconSmall()
String getIconMedium()
String getIconLarge()
String getColor()
Map<String,? extends ElementDefinition> getParameters()
Map<String,? extends ItemCheckerDescriptor> getParameterCheckers()
String getPluginName()
Class<CredentialProvider> getCredentialProviderClass()
Configuration getCredentialProviderConfiguration()
CredentialProvider