Event that is generated whenever a public secure object is invoked. A public secure object is a secure object
that has no ConfigAttributeDefinition defined. A public secure object will not cause the
SecurityContextHolder to be inspected or authenticated, and no authorization will take place.
Published just before the secure object attempts to proceed.
author: Ben Alex version: $Id: PublicInvocationEvent.java 1496 2006-05-23 13:38:33Z benalex $ |