org.openmdx.security.realm1.query
Interface CredentialRequestParamsQuery

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

public interface CredentialRequestParamsQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate context()
          Adds a constraint to the predicate for CredentialRequestParams testing whether the value of the feature context is null or not.
 AuthenticationContextQuery forAllContext()
          Adds a constraint for the feature context to the predicate.
 AuthenticationContextQuery thereExistsContext()
          Adds a constraint for the feature context to the predicate.
 
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 CredentialRequestParams 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 CredentialRequestParams 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 CredentialRequestParams 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!



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