Search key formats

You can specify search keys when using the diagnostics tools using different format options.

Class name

The following formatting options are available for specifying the search keys, based on how your code is implemented:

Format
ClassName
Example
User

Space-separated class name and binary OID for instance-cached classes

The expression used in the search can only contain Scheme literals. Function calls or expressions that require evaluation are not supported.

Format
ClassName OID where the OID can either include or exclude the initial 0x characters.
Example
User 00000000000010008000BEEF0000000C

Scheme expression for the case when the cache is populated with a Scheme expression

Format
(ClassName attributeName Value)
Example
(User loginName "ADMIN")
Note: Attribute names are case-sensitive. The value for loginName is supplied in upper case because this is how users are cached in the system. A lower-case value would not return any data.