Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Uses of Class
oracle.search.sdk.common.PluginException

Packages that use PluginException
oracle.search.sdk.security Provides classes and interfaces that are part of the security package of the Oracle Secure Enterprise Search SDK. 

 

Uses of PluginException in oracle.search.sdk.security

 

Methods in oracle.search.sdk.security that throw PluginException
 String IdentityPlugin.authenticate(String username, char[] password)
          Authenticates a user and returns the value of the canonical attribute representing the authenticated user.
 void ResultFilterPlugin.close()
          Closes this ResultFilterPlugin object and frees up any resources.
 int[] ResultFilterPlugin.filterBrowseFolders(RequestInfo req, FolderInfo[] fldrs)
          Filters one or more folders for the Browse pages.
 int[] ResultFilterPlugin.filterDocuments(RequestInfo req, DocumentInfo[] docs)
          Filters one or more documents for a search query request.
 String[] IdentityPlugin.getAllGroups(String username)
          Returns the groups or roles for a given user.
 String[] IdentityPlugin.getAttribute(String attrName, String username, String identityAttr)
          Returns the value or values of an attribute for a given user.
 String ResultFilterPlugin.getCurrentUserName(RequestInfo req)
          Returns the user name of the current user from the request information object.
 String[] IdentityPlugin.getGroupAttribute(String attrName, String groupname, String identityAttr)
          Returns the value or values of an attribute for a given group.
 IdentityPlugin IdentityPluginManager.getIdentityPlugin()
          Returns an instance of IdentityPlugin associated with this IdentityPluginManager.
 SecurityAttributeInfo[] UserDefinedSecurityModel.getSecurityAttributes(ParameterValues params)
          Returns list of attributes considered to be security attributes.
 String[] QueryFilterPlugin.getSecurityValues(String secAttributeName)
          Returns a list of security attribute values for the current user.
 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.
 int ResultFilterPlugin.pruneSource(RequestInfo req)
          Prunes the entire source from the query results, if possible.
 String IdentityPlugin.validateGroup(String group, String attrName)
          Indicates if the given group is valid.
 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.
 String IdentityPlugin.validateUser(String username, String attrName)
          Indicates if the given user is valid.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


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