org.openmdx.security.realm1.cci
Interface AuthenticationContextFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AuthenticationContextFilter
All Known Implementing Classes:
AuthenticationContextFilterImpl, AuthenticationContextFilterImpl

public interface AuthenticationContextFilter
extends RefFilter_1_0


Method Summary
 void forAllRealm(short operator, Collection filterValues)
           
 void forAllRealm(short operator, Realm[] filterValues)
           
 void forAllSubject(short operator, Collection filterValues)
           
 void forAllSubject(short operator, Subject[] filterValues)
           
 void thereExistsRealm(short operator, Collection filterValues)
           
 void thereExistsRealm(short operator, Realm[] 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

forAllRealm

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

thereExistsRealm

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

forAllRealm

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

thereExistsRealm

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

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, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.