public interface BddSecurityManager
| Modifier and Type | Method and Description |
|---|---|
void |
applySecurity(javax.portlet.PortletRequest request,
MDEXState mdexState,
Query query)
Applies security filters to a provided
Query. |
void applySecurity(javax.portlet.PortletRequest request,
MDEXState mdexState,
Query query)
throws BddSecurityException
Query. This takes a PortletRequest and an MDEXState as parameters, as it
is likely that any implementation of this method will make use of user session information (retrieved from the request) and data source
configuration information stored on the MDEXState object defining the target server for the given Query.request - the PortletRequestmdexState - the MDEXState object representing the target server and its current query statequery - the Query to which security filters should be appliedBddSecurityException - on error parsing, processing, or applying securityQueryCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.