org.openmdx.security.realm1.cci
Interface CredentialValidateParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
CredentialValidateParamsFilterImpl

public interface CredentialValidateParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllContext(short operator, AuthenticationContext[] filterValues)
           
 void forAllContext(short operator, Collection filterValues)
           
 void forAllState(short operator, byte[][] filterValues)
           
 void forAllState(short operator, Collection filterValues)
           
 void forAllValue(short operator, byte[][] filterValues)
           
 void forAllValue(short operator, Collection filterValues)
           
 void orderByContext(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsContext(short operator, AuthenticationContext[] filterValues)
           
 void thereExistsContext(short operator, Collection filterValues)
           
 void thereExistsState(short operator, byte[][] filterValues)
           
 void thereExistsState(short operator, Collection filterValues)
           
 void thereExistsValue(short operator, byte[][] filterValues)
           
 void thereExistsValue(short operator, Collection filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllContext

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

thereExistsContext

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

forAllContext

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

thereExistsContext

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

orderByContext

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

forAllState

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

thereExistsState

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

forAllState

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

thereExistsState

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

orderByState

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

forAllValue

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

thereExistsValue

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

forAllValue

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

thereExistsValue

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

orderByValue

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


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