org.openmdx.security.realm1.query
Interface CredentialValidateParamsQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate
All Known Implementing Classes:
CredentialValidateParamsFilterImpl

public interface CredentialValidateParamsQuery
extends org.w3c.cci2.AnyTypePredicate


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.
 org.w3c.cci2.AnyTypePredicate forAllState()
          Adds a constraint for the feature state to the predicate.
 org.w3c.cci2.AnyTypePredicate forAllValue()
          Adds a constraint for the feature value to the predicate.
 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!
 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!
 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.
 org.w3c.cci2.AnyTypePredicate thereExistsState()
          Adds a constraint for the feature state to the predicate.
 org.w3c.cci2.AnyTypePredicate thereExistsValue()
          Adds a constraint for the feature value to the predicate.
 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 interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

context

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.


thereExistsContext

AuthenticationContextQuery thereExistsContext()
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!


forAllContext

AuthenticationContextQuery forAllContext()
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!


state

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.


thereExistsState

org.w3c.cci2.AnyTypePredicate thereExistsState()
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!


forAllState

org.w3c.cci2.AnyTypePredicate forAllState()
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!


orderByState

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!


value

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.


thereExistsValue

org.w3c.cci2.AnyTypePredicate thereExistsValue()
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!


forAllValue

org.w3c.cci2.AnyTypePredicate forAllValue()
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!


orderByValue

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!



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