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

Packages that use AuthenticationContext
org.openmdx.security.authentication1.cci   
org.openmdx.security.realm1.cci   
org.openmdx.security.realm1.jmi   
 

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

Subinterfaces of AuthenticationContext in org.openmdx.security.authentication1.cci
 interface AuthenticationContext
           
 

Classes in org.openmdx.security.authentication1.cci that implement AuthenticationContext
 class AuthenticationContextImpl
           
 

Methods in org.openmdx.security.authentication1.cci with parameters of type AuthenticationContext
 ValidationResult SendPasscodeImpl.request(AuthenticationContext context)
           
 ValidationResult PasswordImpl.request(AuthenticationContext context)
           
 ValidationResult PasscodeImpl.request(AuthenticationContext context)
           
 ValidationResult CredentialImpl.request(AuthenticationContext context)
           
 ValidationResult ChallengeResponseImpl.request(AuthenticationContext context)
           
 ValidationResult SendPasscodeImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult PasswordImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult PasscodeImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult CredentialImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult ChallengeResponseImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 

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

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

Methods in org.openmdx.security.realm1.cci with parameters of type AuthenticationContext
 CredentialRequestParams realm1PackageImpl.createCredentialRequestParams(AuthenticationContext context)
           
 CredentialRequestParams realm1Package.createCredentialRequestParams(AuthenticationContext context)
           
 CredentialValidateParams realm1PackageImpl.createCredentialValidateParams(AuthenticationContext context, byte[] state, byte[] value)
           
 CredentialValidateParams realm1Package.createCredentialValidateParams(AuthenticationContext context, byte[] state, byte[] value)
           
 void CredentialValidateParamsFilterImpl.forAllContext(short operator, AuthenticationContext[] filterValues)
           
 void CredentialValidateParamsFilter.forAllContext(short operator, AuthenticationContext[] filterValues)
          Adds a constraint for the attribute context to the filter.
 void CredentialRequestParamsFilterImpl.forAllContext(short operator, AuthenticationContext[] filterValues)
           
 void CredentialRequestParamsFilter.forAllContext(short operator, AuthenticationContext[] filterValues)
          Adds a constraint for the attribute context to the filter.
 ValidationResult CredentialImpl.request(AuthenticationContext context)
           
 ValidationResult Credential.request(AuthenticationContext context)
           
 void CredentialValidateParamsFilterImpl.thereExistsContext(short operator, AuthenticationContext[] filterValues)
           
 void CredentialValidateParamsFilter.thereExistsContext(short operator, AuthenticationContext[] filterValues)
          Adds a constraint for the attribute context to the filter.
 void CredentialRequestParamsFilterImpl.thereExistsContext(short operator, AuthenticationContext[] filterValues)
           
 void CredentialRequestParamsFilter.thereExistsContext(short operator, AuthenticationContext[] filterValues)
          Adds a constraint for the attribute context to the filter.
 ValidationResult CredentialImpl.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 ValidationResult Credential.validate(AuthenticationContext context, byte[] state, byte[] value)
           
 

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

Methods in org.openmdx.security.realm1.jmi with parameters of type AuthenticationContext
 CredentialRequestParams Realm1Package.createCredentialRequestParams(AuthenticationContext context)
           
 CredentialValidateParams Realm1Package.createCredentialValidateParams(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.