Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Uses of Interface
oracle.search.sdk.common.ParameterValues

Packages that use ParameterValues
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.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.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.