Uses of Interface
org.openmdx.security.realm1.cci.Credential

Packages that use Credential
org.openmdx.security.authentication1.cci   
org.openmdx.security.realm1.cci   
 

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

Subinterfaces of Credential in org.openmdx.security.authentication1.cci
 interface ChallengeResponse
           
 interface Credential
           
 interface Passcode
           
 interface Password
           
 interface SendPasscode
           
 

Classes in org.openmdx.security.authentication1.cci that implement Credential
 class ChallengeResponseImpl
           
 class CredentialImpl
           
 class PasscodeImpl
           
 class PasswordImpl
           
 class SendPasscodeImpl
           
 

Methods in org.openmdx.security.authentication1.cci with parameters of type Credential
 SendPasscode SendPasscodeClassImpl.extendCredential(Credential _base, String address, short template)
           
 SendPasscode SendPasscodeClass.extendCredential(Credential _base, String address, short template)
          Creates an instance of class SendPasscode based on the superclass Credential and all required attributes not included in this superclass.
 

Uses of Credential in org.openmdx.security.realm1.cci
 

Methods in org.openmdx.security.realm1.cci that return Credential
 Credential PrincipalImpl.getCredential(int index)
           
 Credential Principal.getCredential(int index)
          Retrieves the value for the reference credential for the specified qualifier attribute value.
 Credential GroupImpl.getCredential(int index)
           
 

Methods in org.openmdx.security.realm1.cci with parameters of type Credential
 void PrincipalImpl.addCredential(Credential newValue)
           
 void Principal.addCredential(Credential newValue)
           
 void GroupImpl.addCredential(Credential newValue)
           
 void PrincipalImpl.addCredential(int index, Credential newValue)
           
 void Principal.addCredential(int index, Credential newValue)
           
 void GroupImpl.addCredential(int index, Credential newValue)
           
 void PrincipalFilterImpl.forAllCredential(short operator, Credential[] filterValues)
           
 void PrincipalFilter.forAllCredential(short operator, Credential[] filterValues)
           
 void GroupFilterImpl.forAllCredential(short operator, Credential[] filterValues)
           
 void PrincipalImpl.setCredential(Credential[] newValue)
           
 void GroupImpl.setCredential(Credential[] newValue)
           
 void PrincipalFilterImpl.thereExistsCredential(short operator, Credential[] filterValues)
           
 void PrincipalFilter.thereExistsCredential(short operator, Credential[] filterValues)
           
 void GroupFilterImpl.thereExistsCredential(short operator, Credential[] filterValues)
           
 



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