org.openmdx.security.realm1.cci
Interface PrincipalFilter
- All Superinterfaces:
- BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable, ViewCapableFilter
- All Known Subinterfaces:
- GroupFilter, PrincipalFilter, PrincipalGroupFilter, UserFilter
- All Known Implementing Classes:
- GroupFilterImpl, PrincipalFilterImpl, PrincipalFilterImpl, PrincipalGroupFilterImpl, UserFilterImpl
public interface PrincipalFilter
- extends BasicObjectFilter
|
Method Summary |
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 |
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 |
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, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.