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

Packages that use AuthenticationFailedException
org.objectweb.jac.aspects.authentication   
 

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.
 String Authenticator.authenticate()
          Authenticates the current user.
 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.