org.openmdx.security.realm1.cci
Interface CredentialFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
ChallengeResponseFilter, CredentialFilter, PasscodeFilter, PasswordFilter, SendPasscodeFilter
All Known Implementing Classes:
ChallengeResponseFilterImpl, CredentialFilterImpl, CredentialFilterImpl, PasscodeFilterImpl, PasswordFilterImpl, SendPasscodeFilterImpl

public interface CredentialFilter
extends RefFilter_1_0


Method Summary
 void forAllLocked(short operator, boolean[] filterValues)
           
 void forAllLocked(short operator, Collection filterValues)
           
 void forAllSubject(short operator, Collection filterValues)
           
 void forAllSubject(short operator, Subject[] filterValues)
           
 void orderByLocked(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsLocked(short operator, boolean[] filterValues)
           
 void thereExistsLocked(short operator, Collection filterValues)
           
 void thereExistsSubject(short operator, Collection filterValues)
           
 void thereExistsSubject(short operator, Subject[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllLocked

void forAllLocked(short operator,
                  boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsLocked

void thereExistsLocked(short operator,
                       boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllLocked

void forAllLocked(short operator,
                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsLocked

void thereExistsLocked(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByLocked

void orderByLocked(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllSubject

void forAllSubject(short operator,
                   Subject[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsSubject

void thereExistsSubject(short operator,
                        Subject[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllSubject

void forAllSubject(short operator,
                   Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsSubject

void thereExistsSubject(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.