public interface OAuthComponentConfiguration
OAuthComponentConfigurationConstants
interface.Modifier and Type | Method and Description |
---|---|
boolean |
getConfigPropertyBooleanValue(java.lang.String name)
The boolean value for the property.
|
int |
getConfigPropertyIntValue(java.lang.String name)
Returns the first integer value for the property if any.
|
java.lang.String |
getConfigPropertyValue(java.lang.String name)
Returns the first string value for the property if any.
|
java.lang.String[] |
getConfigPropertyValues(java.lang.String name)
The Array of string values for the property.
|
java.lang.ClassLoader |
getPluginClassLoader()
Return a class loader suitable for loading other customer plugin classes
defined in the configuration.
|
java.lang.String |
getUniqueId()
Returns a unique identifier representing this configuration instance.
|
java.lang.String getUniqueId()
java.lang.ClassLoader getPluginClassLoader()
java.lang.String getConfigPropertyValue(java.lang.String name)
java.lang.String[] getConfigPropertyValues(java.lang.String name)
int getConfigPropertyIntValue(java.lang.String name)
boolean getConfigPropertyBooleanValue(java.lang.String name)