org.openmdx.security.authentication1.query
Interface PasswordChangeParamsQuery

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

public interface PasswordChangeParamsQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 org.w3c.cci2.AnyTypePredicate forAllOldPassword()
          Adds a constraint for the feature oldPassword to the predicate.
 org.w3c.cci2.AnyTypePredicate forAllPassword()
          Adds a constraint for the feature password to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate oldPassword()
          Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the feature oldPassword is null or not.
 org.w3c.cci2.SimpleTypeOrder orderByOldPassword()
          Allows to adds a sort instruction for PasswordChangeParams depending the feature oldPassword Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByPassword()
          Allows to adds a sort instruction for PasswordChangeParams depending the feature password Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.OptionalFeaturePredicate password()
          Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the feature password is null or not.
 org.w3c.cci2.AnyTypePredicate thereExistsOldPassword()
          Adds a constraint for the feature oldPassword to the predicate.
 org.w3c.cci2.AnyTypePredicate thereExistsPassword()
          Adds a constraint for the feature password to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

oldPassword

org.w3c.cci2.OptionalFeaturePredicate oldPassword()
Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the feature oldPassword is null or not.


thereExistsOldPassword

org.w3c.cci2.AnyTypePredicate thereExistsOldPassword()
Adds a constraint for the feature oldPassword to the predicate. The predicate for PasswordChangeParams evaluates true if its value of feature oldPassword 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!


forAllOldPassword

org.w3c.cci2.AnyTypePredicate forAllOldPassword()
Adds a constraint for the feature oldPassword to the predicate. The predicate for PasswordChangeParams evaluates true if its value of feature oldPassword 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!


orderByOldPassword

org.w3c.cci2.SimpleTypeOrder orderByOldPassword()
Allows to adds a sort instruction for PasswordChangeParams depending the feature oldPassword Note: The order in which orderBy… instructions are given is relevant!


password

org.w3c.cci2.OptionalFeaturePredicate password()
Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the feature password is null or not.


thereExistsPassword

org.w3c.cci2.AnyTypePredicate thereExistsPassword()
Adds a constraint for the feature password to the predicate. The predicate for PasswordChangeParams evaluates true if its value of feature password 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!


forAllPassword

org.w3c.cci2.AnyTypePredicate forAllPassword()
Adds a constraint for the feature password to the predicate. The predicate for PasswordChangeParams evaluates true if its value of feature password 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!


orderByPassword

org.w3c.cci2.SimpleTypeOrder orderByPassword()
Allows to adds a sort instruction for PasswordChangeParams depending the feature password 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.