Skip navigation links

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

E14433-02


oracle.search.sdk.security
Interface QueryFilterPlugin


public interface QueryFilterPlugin

An interface for a query filter authorization plug-in.

See Also:
AuthorizationManager

Method Summary
 void close()
          Called to indicate that this plugin object will no longer be used.
 String[] getSecurityValues(String secAttributeName)
          Returns a list of security attribute values for the current user.

 

Method Detail

getSecurityValues

String[] getSecurityValues(String secAttributeName)
                           throws PluginException
Returns a list of security attribute values for the current user.
Parameters:
secAttributeName - the name of the security attribute
Returns:
the security attribute values
Throws:
PluginException - if an error occurs

close

void close()
Called to indicate that this plugin object will no longer be used.

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.