public class PublicInvocationEvent extends AbstractAuthorizationEvent
A public secure object is a secure object
that has no ConfigAttribute
s 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.
source
Constructor and Description |
---|
PublicInvocationEvent(Object secureObject)
Construct the event, passing in the public secure object.
|
public PublicInvocationEvent(Object secureObject)
secureObject
- the public secure object