org.openmdx.security.realm1.cci
Interface PrincipalFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
GroupFilter
All Known Implementing Classes:
GroupFilterImpl, PrincipalFilterImpl

public interface PrincipalFilter
extends BasicObjectFilter


Method Summary
 void forAllAuthCredential(short operator, Collection filterValues)
           
 void forAllAuthCredential(short operator, Credential[] filterValues)
           
 void forAllCredential(short operator, Collection filterValues)
           
 void forAllCredential(short operator, Credential[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllDisabled(short operator, boolean[] filterValues)
           
 void forAllDisabled(short operator, Collection filterValues)
           
 void forAllIsMemberOf(short operator, Collection filterValues)
           
 void forAllIsMemberOf(short operator, Group[] filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllSubject(short operator, Collection filterValues)
           
 void forAllSubject(short operator, Subject[] filterValues)
           
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDisabled(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAuthCredential(short operator, Collection filterValues)
           
 void thereExistsAuthCredential(short operator, Credential[] filterValues)
           
 void thereExistsCredential(short operator, Collection filterValues)
           
 void thereExistsCredential(short operator, Credential[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsDisabled(short operator, boolean[] filterValues)
           
 void thereExistsDisabled(short operator, Collection filterValues)
           
 void thereExistsIsMemberOf(short operator, Collection filterValues)
           
 void thereExistsIsMemberOf(short operator, Group[] filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsSubject(short operator, Collection filterValues)
           
 void thereExistsSubject(short operator, Subject[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllAuthCredential

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

thereExistsAuthCredential

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

forAllAuthCredential

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

thereExistsAuthCredential

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

forAllCredential

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

thereExistsCredential

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

forAllCredential

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

thereExistsCredential

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

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

void orderByDescription(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

forAllDisabled

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

thereExistsDisabled

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

forAllDisabled

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

thereExistsDisabled

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

orderByDisabled

void orderByDisabled(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

forAllIsMemberOf

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

thereExistsIsMemberOf

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

forAllIsMemberOf

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

thereExistsIsMemberOf

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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

void orderByName(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.