|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
SecurityAttributeInfo[] |
UserDefinedSecurityModel.getSecurityAttributes(ParameterValues params)Returns list of attributes considered to be security attributes. |
int[] |
ResultFilterPlugin.filterDocuments(RequestInfo req, DocumentInfo[] docs)Filters one or more documents for a search query request. |
int |
ResultFilterPlugin.pruneSource(RequestInfo req)Prunes the entire source from the query results, if possible. |
int[] |
ResultFilterPlugin.filterBrowseFolders(RequestInfo req, FolderInfo[] fldrs)Filters one or more folders for the Browse pages. |
String |
ResultFilterPlugin.getCurrentUserName(RequestInfo req)Returns the user name of the current user from the request information object. |
void |
ResultFilterPlugin.close()Closes this ResultFilterPlugin object and frees up any resources. |
String[] |
QueryFilterPlugin.getSecurityValues(String secAttributeName)Returns a list of security attribute values for the current user. |
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. |
void |
IdentityPluginManager.init(ParameterValues params, String authenAttr, Logger logger)Initializes the identity plug-in manager with parameter values provided in the administration tool. |
IdentityPlugin |
IdentityPluginManager.getIdentityPlugin()Returns an instance of IdentityPlugin associated with this IdentityPluginManager. |
String |
IdentityPlugin.authenticate(String username, char[] password)Authenticates a user and returns the value of the canonical attribute representing the authenticated user. |
String[] |
IdentityPlugin.getAttribute(String attrName, String username, String identityAttr)Returns the value or values of an attribute for a given user. |
String[] |
IdentityPlugin.getGroupAttribute(String attrName, String groupname, String identityAttr)Returns the value or values of an attribute for a given group. |
String[] |
IdentityPlugin.getAllGroups(String username)Returns the groups or roles for a given user. |
String |
IdentityPlugin.validateUser(String username, String attrName)Indicates if the given user is valid. |
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. |
void |
AuthorizationManager.init(ParameterValues params, IdentityPluginManager identityPluginManager, Logger logger)Initializes the authorization manager plug-in with parameter values provided in the administration tool. |
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||