org.openmdx.security.realm1.cci
Class CredentialValidateParamsFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.openmdx.security.realm1.cci.CredentialValidateParamsFilterImpl
All Implemented Interfaces:
Serializable, RefFilter_1_0, RefFilter_1_1, CredentialValidateParamsFilter, CredentialValidateParamsQuery, org.w3c.cci2.AnyTypePredicate

public class CredentialValidateParamsFilterImpl
extends RefPredicate_1
implements CredentialValidateParamsFilter, CredentialValidateParamsQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage)
           
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 org.w3c.cci2.OptionalFeaturePredicate context()
          Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature context is null or not.
 AuthenticationContextQuery forAllContext()
          Adds a constraint for the feature context to the predicate.
 void forAllContext(short operator, AuthenticationContext[] filterValues)
           
 void forAllContext(short operator, Collection values)
           
 org.w3c.cci2.AnyTypePredicate forAllState()
          Adds a constraint for the feature state to the predicate.
 void forAllState(short operator, byte[][] filterValues)
           
 void forAllState(short operator, Collection values)
           
 org.w3c.cci2.AnyTypePredicate forAllValue()
          Adds a constraint for the feature value to the predicate.
 void forAllValue(short operator, byte[][] filterValues)
           
 void forAllValue(short operator, Collection values)
           
 void orderByContext(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByState()
          Allows to adds a sort instruction for CredentialValidateParams depending the feature state Note: The order in which orderBy… instructions are given is relevant!
 void orderByState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByValue()
          Allows to adds a sort instruction for CredentialValidateParams depending the feature value Note: The order in which orderBy… instructions are given is relevant!
 void orderByValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.OptionalFeaturePredicate state()
          Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature state is null or not.
 AuthenticationContextQuery thereExistsContext()
          Adds a constraint for the feature context to the predicate.
 void thereExistsContext(short operator, AuthenticationContext[] filterValues)
           
 void thereExistsContext(short operator, Collection values)
           
 org.w3c.cci2.AnyTypePredicate thereExistsState()
          Adds a constraint for the feature state to the predicate.
 void thereExistsState(short operator, byte[][] filterValues)
           
 void thereExistsState(short operator, Collection values)
           
 org.w3c.cci2.AnyTypePredicate thereExistsValue()
          Adds a constraint for the feature value to the predicate.
 void thereExistsValue(short operator, byte[][] filterValues)
           
 void thereExistsValue(short operator, Collection values)
           
 org.w3c.cci2.OptionalFeaturePredicate value()
          Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature value is null or not.
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Constructor Detail

CredentialValidateParamsFilterImpl

public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage)

CredentialValidateParamsFilterImpl

public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
                                          FilterProperty[] filterProperties,
                                          AttributeSpecifier[] attributeSpecifiers)

CredentialValidateParamsFilterImpl

public CredentialValidateParamsFilterImpl(RefPackage_1_0 aPackage,
                                          FilterProperty[] filterProperties,
                                          AttributeSpecifier[] attributeSpecifiers,
                                          RefFilter_1_0 delegateFilter,
                                          Short delegateQuantor,
                                          String delegateName)
Method Detail

forAllContext

public void forAllContext(short operator,
                          Collection values)
Specified by:
forAllContext in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsContext

public void thereExistsContext(short operator,
                               Collection values)
Specified by:
thereExistsContext in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllContext

public void forAllContext(short operator,
                          AuthenticationContext[] filterValues)
Specified by:
forAllContext in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsContext

public void thereExistsContext(short operator,
                               AuthenticationContext[] filterValues)
Specified by:
thereExistsContext in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByContext

public void orderByContext(short order)
Description copied from interface: CredentialValidateParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByContext in interface CredentialValidateParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

context

public org.w3c.cci2.OptionalFeaturePredicate context()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature context is null or not.

Specified by:
context in interface CredentialValidateParamsQuery

thereExistsContext

public AuthenticationContextQuery thereExistsContext()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature context to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature context satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!

Specified by:
thereExistsContext in interface CredentialValidateParamsQuery

forAllContext

public AuthenticationContextQuery forAllContext()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature context to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature context satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!

Specified by:
forAllContext in interface CredentialValidateParamsQuery

forAllState

public void forAllState(short operator,
                        Collection values)
Specified by:
forAllState in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsState

public void thereExistsState(short operator,
                             Collection values)
Specified by:
thereExistsState in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllState

public void forAllState(short operator,
                        byte[][] filterValues)
Specified by:
forAllState in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsState

public void thereExistsState(short operator,
                             byte[][] filterValues)
Specified by:
thereExistsState in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByState

public void orderByState(short order)
Description copied from interface: CredentialValidateParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByState in interface CredentialValidateParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

state

public org.w3c.cci2.OptionalFeaturePredicate state()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature state is null or not.

Specified by:
state in interface CredentialValidateParamsQuery

thereExistsState

public org.w3c.cci2.AnyTypePredicate thereExistsState()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature state to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature state satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!

Specified by:
thereExistsState in interface CredentialValidateParamsQuery

forAllState

public org.w3c.cci2.AnyTypePredicate forAllState()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature state to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature state satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!

Specified by:
forAllState in interface CredentialValidateParamsQuery

orderByState

public org.w3c.cci2.SimpleTypeOrder orderByState()
Description copied from interface: CredentialValidateParamsQuery
Allows to adds a sort instruction for CredentialValidateParams depending the feature state Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByState in interface CredentialValidateParamsQuery

forAllValue

public void forAllValue(short operator,
                        Collection values)
Specified by:
forAllValue in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsValue

public void thereExistsValue(short operator,
                             Collection values)
Specified by:
thereExistsValue in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllValue

public void forAllValue(short operator,
                        byte[][] filterValues)
Specified by:
forAllValue in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsValue

public void thereExistsValue(short operator,
                             byte[][] filterValues)
Specified by:
thereExistsValue in interface CredentialValidateParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByValue

public void orderByValue(short order)
Description copied from interface: CredentialValidateParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByValue in interface CredentialValidateParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

value

public org.w3c.cci2.OptionalFeaturePredicate value()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint to the predicate for CredentialValidateParams testing whether the value of the feature value is null or not.

Specified by:
value in interface CredentialValidateParamsQuery

thereExistsValue

public org.w3c.cci2.AnyTypePredicate thereExistsValue()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature value to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature value satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!

Specified by:
thereExistsValue in interface CredentialValidateParamsQuery

forAllValue

public org.w3c.cci2.AnyTypePredicate forAllValue()
Description copied from interface: CredentialValidateParamsQuery
Adds a constraint for the feature value to the predicate. The predicate for CredentialValidateParams evaluates true if its value of feature value satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!

Specified by:
forAllValue in interface CredentialValidateParamsQuery

orderByValue

public org.w3c.cci2.SimpleTypeOrder orderByValue()
Description copied from interface: CredentialValidateParamsQuery
Allows to adds a sort instruction for CredentialValidateParams depending the feature value Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByValue in interface CredentialValidateParamsQuery


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