Uses of Interface
org.openmdx.security.realm1.cci2.AuthenticationContext

Packages that use AuthenticationContext
org.openmdx.security.authentication1.cci2   
org.openmdx.security.authentication1.jdo2   
org.openmdx.security.realm1.cci2   
org.openmdx.security.realm1.jmi1   
 

Uses of AuthenticationContext in org.openmdx.security.authentication1.cci2
 

Subinterfaces of AuthenticationContext in org.openmdx.security.authentication1.cci2
 interface AuthenticationContext
          Class AuthenticationContext
 

Uses of AuthenticationContext in org.openmdx.security.authentication1.jdo2
 

Classes in org.openmdx.security.authentication1.jdo2 that implement AuthenticationContext
 class AuthenticationContext
          Class AuthenticationContext
 

Methods in org.openmdx.security.authentication1.jdo2 with parameters of type AuthenticationContext
 ValidationResult Credential.request(AuthenticationContext context)
           
 ValidationResult Credential.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 

Uses of AuthenticationContext in org.openmdx.security.realm1.cci2
 

Methods in org.openmdx.security.realm1.cci2 that return AuthenticationContext
 AuthenticationContext CredentialValidateParams.getContext()
          Retrieves the value for the optional structure field context.
 AuthenticationContext CredentialRequestParams.getContext()
          Retrieves the value for the optional structure field context.
 

Methods in org.openmdx.security.realm1.cci2 with parameters of type AuthenticationContext
 ValidationResult Credential.request(AuthenticationContext context)
           
 ValidationResult Credential.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 

Uses of AuthenticationContext in org.openmdx.security.realm1.jmi1
 

Methods in org.openmdx.security.realm1.jmi1 with parameters of type AuthenticationContext
 CredentialRequestParams Realm1Package.createCredentialRequestParams(AuthenticationContext context)
           
 CredentialValidateParams Realm1Package.createCredentialValidateParams(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult Credential.request(AuthenticationContext context)
           
 ValidationResult Credential.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 



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