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

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

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

Methods in org.objectweb.jac.aspects.authentication with parameters of type AccessDeniedException
 void AuthenticationWrapper.catchAccessDenied(AccessDeniedException e)
          This exception handler reacts when the access is denied.
 

Methods in org.objectweb.jac.aspects.authentication that throw AccessDeniedException
 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.