public class AMSearchFilterManager extends Object
Modifier and Type | Field and Description |
---|---|
static Map |
searchtemplateMap
Deprecated.
|
Constructor and Description |
---|
AMSearchFilterManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getGlobalSearchFilter(int objectType)
Deprecated.
Method to get the search filter from the Global default search templates.
|
static String |
getGlobalSearchFilter(int objectType,
String searchTemplateName)
Deprecated.
Method to get the search filter from a specified Global search template.
|
static String |
getSearchFilter(int objectType,
String orgDN)
Deprecated.
Method to get the search filter for the object type defined at the
specified Organization.
|
static String |
getSearchFilter(int objectType,
String orgDN,
String searchTemplateName,
boolean ignoreComplianceFilter)
Deprecated.
Method to get search filter for the specified object type defined at the
specified Organization.
|
public static Map searchtemplateMap
public static String getSearchFilter(int objectType, String orgDN, String searchTemplateName, boolean ignoreComplianceFilter)
objectType
- type of AMObjectorgDN
- the DN of the organization where the AMObject resides.searchTemplateName
- name of the search template to be used. If this is null, then
default search templates are used.ignoreComplianceFilter
- if true then modify the compliance related search filters will
not be applied. If false, compliance related filters will be
applied.public static String getSearchFilter(int objectType, String orgDN)
objectType
- type of AMObjectorgDN
- the Organization DN Stringpublic static String getGlobalSearchFilter(int objectType)
objectType
- type of AMObjectpublic static String getGlobalSearchFilter(int objectType, String searchTemplateName)
objectType
- type of AMObjectsearchTemplateName
- the name of the search template to useCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.