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.


Nested Class Summary
static class VelocityContextProviderConfig.ObjectScope
           
 
Method Summary
 VelocityContextProviderConfig.ObjectScope getObjectScope()
          Indicates the expected scope for objects added to the Velocity context by this provider.
 
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName, getServerContext
 

Method Detail

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.