|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Security audit service provider's interface. A class can implement this interface to log security-related events for auditing purposes. Several WebLogic Server components are instrumented to call methods in this interface when "interesting" events occur.
Classes that implement this interface must have a public no-arg constructor that throws no exceptions.
Methods in this interface follow a simple pattern:
All parameters to all methods are read-only. You can filter events based on their parameters and return values.
| Method Summary | |
void |
authenticateUser(String subsystem,
UserInfo info,
User result)
Deprecated. A request was made to authenticate a user. |
void |
checkPermission(String subsystem,
Acl acl,
Principal principal,
Permission permission,
boolean result)
Deprecated. A request was made to check for a permission on an ACL. |
| Method Detail |
public void authenticateUser(String subsystem,
UserInfo info,
User result)
subsystem - subsystem nameinfo - authentication parametersresult - return value (null if authentication failure)
public void checkPermission(String subsystem,
Acl acl,
Principal principal,
Permission permission,
boolean result)
subsystem - subsystem nameacl - ACL that was checkedprincipal - principal that was checkedpermission - permission that was checkedresult - return value (false if permission denied)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||