Uses of Package
org.objectweb.jac.aspects.authentication

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

Classes in org.objectweb.jac.aspects.authentication used by org.objectweb.jac.aspects.authentication
AccessDeniedException
          This exception is thrown when the access to a given method is denied for the current user.
AuthenticationConf
          This is the configuration interface of the authentication aspect.
AuthenticationFailedException
          This exception is thrown when the authentication process fails.
Authenticator
          The role of a class that implements this interface is to ensure that the AuthenticationAC.USER contextual attribute corresponds to an authenticated user (an existing user).
PasswordAuthenticator
          This Authenticator ask for a username and password.