Uses of Interface
org.openmdx.security.authentication1.query.CredentialQuery

Packages that use CredentialQuery
org.openmdx.security.authentication1.cci   
org.openmdx.security.authentication1.jmi   
org.openmdx.security.authentication1.query   
 

Uses of CredentialQuery in org.openmdx.security.authentication1.cci
 

Classes in org.openmdx.security.authentication1.cci that implement CredentialQuery
 class ChallengeResponseFilterImpl
           
 class PasscodeFilterImpl
           
 class PasswordFilterImpl
           
 class SendPasscodeFilterImpl
           
 

Methods in org.openmdx.security.authentication1.cci that return CredentialQuery
 CredentialQuery authentication1PackageImpl.createCredentialQuery()
           
 CredentialQuery SendPasscodeFilterImpl.forAllResetCredential()
           
 CredentialQuery PasswordFilterImpl.forAllResetCredential()
           
 CredentialQuery PasscodeFilterImpl.forAllResetCredential()
           
 CredentialQuery CredentialFilterImpl.forAllResetCredential()
           
 CredentialQuery ChallengeResponseFilterImpl.forAllResetCredential()
           
 CredentialQuery SendPasscodeFilterImpl.thereExistsResetCredential()
           
 CredentialQuery PasswordFilterImpl.thereExistsResetCredential()
           
 CredentialQuery PasscodeFilterImpl.thereExistsResetCredential()
           
 CredentialQuery CredentialFilterImpl.thereExistsResetCredential()
           
 CredentialQuery ChallengeResponseFilterImpl.thereExistsResetCredential()
           
 

Methods in org.openmdx.security.authentication1.cci with parameters of type CredentialQuery
 List SegmentImpl.getCredential(CredentialQuery query)
           
 List Segment.getCredential(CredentialQuery query)
          Retrieves the value for the reference credential for the specified query.
 

Uses of CredentialQuery in org.openmdx.security.authentication1.jmi
 

Methods in org.openmdx.security.authentication1.jmi that return CredentialQuery
 CredentialQuery Authentication1Package.createCredentialQuery()
           
 

Uses of CredentialQuery in org.openmdx.security.authentication1.query
 

Subinterfaces of CredentialQuery in org.openmdx.security.authentication1.query
 interface ChallengeResponseQuery
           
 interface PasscodeQuery
           
 interface PasswordQuery
           
 interface SendPasscodeQuery
           
 

Methods in org.openmdx.security.authentication1.query that return CredentialQuery
 CredentialQuery CredentialQuery.forAllResetCredential()
          Adds a constraint for the feature resetCredential to the predicate.
 CredentialQuery CredentialQuery.thereExistsResetCredential()
          Adds a constraint for the feature resetCredential to the predicate.
 



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