CA Identity Manager
Java SDK r12.5 SP 8

 

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

All Superinterfaces:
java.lang.Cloneable, RuleConstraint
All Known Implementing Classes:
UserFilter

public interface MemberMatchConstraint
extends RuleConstraint

Base interface for membership constraints. The constraints are defined by the classes (such as RoleMember and RoleOwner) that implement this interface.

Since:
Identity Manager 8.1

Method Summary
 boolean supportsInMemory()
          Returns a flag indicating whether or not this type of constaint supports in-memory evaluation.
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.RuleConstraint
clone, marshall, wouldMatch
 

Method Detail

supportsInMemory

boolean supportsInMemory()
Returns a flag indicating whether or not this type of constaint supports in-memory evaluation. If true, this constraint can be evaluated without reference to an external object store If false, evaluation of this constraint must be done via the normal, default, search method

Returns:
true or false

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.