|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditProvider
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 |
---|
void authenticateUser(String subsystem, UserInfo info, User result)
subsystem
- subsystem nameinfo
- authentication parametersresult
- return value (null if authentication failure)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)
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |