CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.llsdk6.imsapi.policy.rule.constraints
Interface OrgScopeIdentifier

All Known Implementing Classes:
OrgFilter

public interface OrgScopeIdentifier

Defines the organization scope for a search -- for example, if the current administrator's organization is the root organization, OrgScopeIdentifier specifies whether the search scope includes just the organizations under the administrator's organization, or the root organization as well.

Organization scope identifiers are used to define OrgScopeConstraint objects.

Since:
Identity Manager 8.1

Method Summary
 boolean includeSearchRoot()
          Determines whether the organization root should be included in the search scope.
 void setIncludeSearchRoot(boolean flag)
          Specifies whether the organization root should be included in the search scope.
 

Method Detail

includeSearchRoot

boolean includeSearchRoot()

Determines whether the organization root should be included in the search scope.

Returns:
true if the search scope should include the root organization and all organizations under it, or false if the scope should include only the organizations under the root.

setIncludeSearchRoot

void setIncludeSearchRoot(boolean flag)

Specifies whether the organization root should be included in the search scope.

Parameters:
flag - true if the search scope should include the root organization and all organizations under it, or false if the scope should include only the organizations under the root.

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.