Identity Management (MOSC)

MOSC Banner

how to include deleted user in UI and API searches in OIM

edited Sep 30, 2011 11:32AM in Identity Management (MOSC) 1 commentAnswered
I notice default search in Delegated Admin UI excludes end dated users with status deleted (as if implicit AND status=active), but I can explitly search for user that have status not equal to active to seee them all. Is it possible to generalise UI search so not implicit AND status=active.

Likewise I notice default programmatic search using oracle.iam.identity.usermgmt.api.UserManager.search method also fails to return end dated users. Can this search be generalised to return active and end dated users e.g can we add search criteria to extend single search, such as (((status EQUAL active) OR (status NOT_EQUAL active)) AND keyattr EQUAL val) or can we do it with two searches (status EQUAL active AND keyattr EQUAL val) then (status NOT_EQUAL active AND keyattr EQUAL val)?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center