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