Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


oracle.security.idm
Interface SearchFilter

All Known Subinterfaces:
ComplexSearchFilter, SimpleSearchFilter

public interface SearchFilter

This interface represents a search filter to be used in searching the identity repository.

Since:
10.1.3

Method Summary
 java.lang.Object getNativeRepresentation()
          returns native representation of this filter.
 boolean isNegated()
          Return the current NOT state of the SearchFilter
 void negate()
          Toggle the NOT state of the SearchFilter
 void setNegate()
          Deprecated. use negate()

 

Method Detail

setNegate

void setNegate()
Deprecated. use negate()
Toggle the NOT state of the SearchFilter

negate

void negate()
Toggle the NOT state of the SearchFilter

isNegated

boolean isNegated()
Return the current NOT state of the SearchFilter

getNativeRepresentation

java.lang.Object getNativeRepresentation()
returns native representation of this filter. This representation is normally used by the service provider for making the actual search call on underlying identity repository

Skip navigation links

Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14658-01


Copyright © 2005, 2009, Oracle. All rights reserved.