public abstract class BaseProvider extends Object
BaseProvider class.
Constructor and Description |
---|
BaseProvider(String providerBundleId)
Constructor, which is called by provider implementation child classes.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigProperty(String key) |
Properties |
getProviderConfig()
Getter for the field
providerConfig . |
String |
getProviderName()
Getter for the field
providerName . |
void |
setProviderConfig(Properties providerConfig)
Setter for the field
providerConfig . |
public BaseProvider(String providerBundleId)
providerBundleId
- - The bundle Activator classes should pass-in context.getBundle().getLocation(), which is generally of the form 'providerType someSeparator providerName'profileProvider.LdapProfileProvider'. This format comes from the way SVS installs bundle, giving them unique bundle location.public final String getProviderName()
Getter for the field providerName
.
String
object.public Properties getProviderConfig()
Getter for the field providerConfig
.
Properties
object.public void setProviderConfig(Properties providerConfig)
Setter for the field providerConfig
.
providerConfig
- a Properties
object.Copyright © 2015 Oracle and/or its affiliates. All rights reserved.