weblogic.security.spi
Interface  AuditAtzEvent
- public interface AuditAtzEvent- extends AuditEvent, AuditContext
The AuditAtzEvent interface provides a convenience
 interface for Auditing providers that want to determine the instance
 types of extended Authorization event type objects.
- Author: 
- Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.
| Method Summary | 
|  Resource | getResource()Gets the resource associated with this
 AuditAtzEvent. | 
|  javax.security.auth.Subject | getSubject()Gets the subject associated with this
 AuditAtzEvent. | 
 
 
 
getSubject
public javax.security.auth.Subject getSubject()
- Gets the subject associated with this AuditAtzEvent.
- 
- 
 
- Returns:
- the Subjectobject that is attempting to
                  access the resource associated with thisAuditAtzEvent.
 
getResource
public Resource getResource()
- Gets the resource associated with this AuditAtzEvent.
- 
- 
 
- Returns:
- the Resourceobject attempting to be
                   accessed by the subject associated with thisAuditAtzEvent.