Nitido Inc.

Uses of Class
com.nitido.nim.AuthenticationFailedException

Packages that use AuthenticationFailedException
com.nitido.nim This package contains NiM core classes. 
com.nitido.nimx.services.authentication.directory The implementation of AuthenticationService that uses the JNDI implementation of Nitido Eximius Directory library. 
com.nitido.nimx.services.authentication.dirpool The implementation of AuthenticationService that uses the Mozilla Netscape LDAP SDK's connection pool ability. 
com.nitido.nimx.services.authentication.sim A simulator implementation of AuthenticationService. 
com.nitido.nimx.services.entity.generic A generic implementation of EntityService implementation. 
com.nitido.nimx.services.simbackend This package contains classes used to simulate a backend data store. 
 

Uses of AuthenticationFailedException in com.nitido.nim
 

Methods in com.nitido.nim that throw AuthenticationFailedException
 Credential AuthenticationService.authenticate(Credential cred)
          This method forwards the call to authenticateImpl() method and then sets the authenticated flag of the credential to true.
protected abstract  Credential AuthenticationService.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against the back-end authentication service.
abstract  void AuthenticationService.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
 void Entity.changeIdentifyingCredential(Credential newCred)
          This method is used to replace the identifying credentials associated with the entity.
abstract  void EntityService.changeIdentifyingCredential(Entity entity, Credential newCred)
          This method is used to change the identifying credential of an entity (this is usually called for changing the user's password).
 Entity NiM.getEntity(Credential credential)
          This method returns an instance of an Entity for the given credential.
abstract  Entity EntityService.getEntity(Credential credential)
          This method returns an instance of an Entity associated to the given credential.
 User NiM.getUser(Credential credential)
          This method returns a reference to an authenticated User.
 

Uses of AuthenticationFailedException in com.nitido.nimx.services.authentication.directory
 

Methods in com.nitido.nimx.services.authentication.directory that throw AuthenticationFailedException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against a directory server.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
           
 

Uses of AuthenticationFailedException in com.nitido.nimx.services.authentication.dirpool
 

Methods in com.nitido.nimx.services.authentication.dirpool that throw AuthenticationFailedException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential cred)
          This method is used to authenticate the given credential against a directory server.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
           
protected  void AuthenticationServiceImpl.postAuthenticate(Directory dir, Credential inCred, java.lang.String dn)
          This method performs additional check on an entry's user profile after binding to the backend LDAP server with the credential sucessfully.
 

Uses of AuthenticationFailedException in com.nitido.nimx.services.authentication.sim
 

Methods in com.nitido.nimx.services.authentication.sim that throw AuthenticationFailedException
protected  Credential AuthenticationServiceImpl.authenticateImpl(Credential credential)
          This method is used to authenticate the given credential against the back-end authentication service.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
 

Uses of AuthenticationFailedException in com.nitido.nimx.services.entity.generic
 

Methods in com.nitido.nimx.services.entity.generic that throw AuthenticationFailedException
 void EntityServiceImpl.changeIdentifyingCredential(Entity entity, Credential newCred)
          This method is used to change the identifying credential of an entity (this is usually called when changing the user's password).
 Entity EntityServiceImpl.getEntity(Credential credential)
          This method returns an instance of an Entity associated to the given credential.
 

Uses of AuthenticationFailedException in com.nitido.nimx.services.simbackend
 

Methods in com.nitido.nimx.services.simbackend that throw AuthenticationFailedException
protected  void BackendStore.authenticate(Credential cred)
           
 Credential AuthenticationServiceImpl.authenticateImpl(Credential credential)
          This method is used to authenticate the given credential against the back-end authentication service.
 void AuthenticationServiceImpl.changeAuthenticationCredential(Credential oldCred, Credential newCred)
          This method is used to change the identifying credentials on an entity.
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.