|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterValues | |
---|---|
oracle.search.sdk.common | Provides classes, interfaces, and exceptions that are commonly shared as part of the Oracle Secure Enterprise Search SDK |
oracle.search.sdk.crawler | Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API |
oracle.search.sdk.security | Provides classes and interfaces that are part of the security package of the Oracle Secure Enterprise Search SDK. |
Uses of ParameterValues in oracle.search.sdk.common |
---|
Methods in oracle.search.sdk.common with parameters of type ParameterValues | |
---|---|
List |
ParameterVerifiable.validateConfig(ParameterValues pv) Interface providing capability for plugins to perform validation on parameters given by admin. |
Uses of ParameterValues in oracle.search.sdk.crawler |
---|
Subinterfaces of ParameterValues in oracle.search.sdk.crawler | |
---|---|
interface |
ParameterValues ParameterValues is an interface for any crawler plug-in to read the value of a data source parameter. |
Uses of ParameterValues in oracle.search.sdk.security |
---|
Methods in oracle.search.sdk.security with parameters of type ParameterValues | |
---|---|
SecurityAttributeInfo[] |
UserDefinedSecurityModel.getSecurityAttributes(ParameterValues params) Returns list of attributes considered to be security attributes. |
void |
AuthorizationManager.init(ParameterValues params, IdentityPluginManager identityPluginManager, Logger logger) Initializes the authorization manager plug-in with parameter values provided in the administration tool. |
void |
IdentityPluginManager.init(ParameterValues params, String authenAttr, Logger logger) Initializes the identity plug-in manager with parameter values provided in the administration tool. |
boolean |
AuthorizationManager.validateParams(ParameterValues params) Validates the parameter values that will later be used by the administration tool, crawler, or query application to call init . |
boolean |
IdentityPluginManager.validateParams(ParameterValues params, String authenAttr) Validates the parameter values that will later be used by the administration tool, crawler, or query application to call init . |
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |