Uses of Class
org.objectweb.jac.aspects.authentication.AuthenticationFailedException

Packages that use AuthenticationFailedException
org.objectweb.jac.aspects.authentication Provides an aspect to handle authentication in JAC applications.  
 

Uses of AuthenticationFailedException in org.objectweb.jac.aspects.authentication
 

Methods in org.objectweb.jac.aspects.authentication that throw AuthenticationFailedException
 String TrustingAuthenticator.authenticate()
           
 String SystemAuthenticator.authenticate()
           
 String PasswordAuthenticator.authenticate()
          This method perform the authentication by calling the askUserNameAndPassword and checkPassword methods.
 Object AuthenticationWrapper.authenticateAndControl(Interaction interaction)
          This wrapping method authenticates a call on the wrapped method and controls that the authentcated user owns the rights to call it.
 String Authenticator.authenticate()
          Authenticates the current user.