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
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.