com.unboundid.directory.sdk.common.config
Interface VelocityContextProviderConfig
- All Superinterfaces:
- GenericConfig
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface VelocityContextProviderConfig
- extends GenericConfig
This interface defines a set of methods that may be used to obtain
information about the general configuration for a Velocity context
provider.
getObjectScope
VelocityContextProviderConfig.ObjectScope getObjectScope()
- Indicates the expected scope for objects added to the Velocity
context by this provider.
- Returns:
- scope for objects added to the context.