|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.audit.Audit
public final class Audit
The usual entrypoint for subsystems that perform security audit logging operations. It provides a static "implementation" of the Audit interface. If auditing has been enabled by the server administrator, it will log to the correct destination.
This class cannot be instantiated.
Method Summary | |
---|---|
static void |
authenticateUser(String subsystem,
UserInfo info,
User result)
Deprecated. |
static void |
checkPermission(String subsystem,
Acl acl,
Principal principal,
Permission permission,
boolean result)
Deprecated. |
static AuditProvider |
getProvider()
Deprecated. Return the audit provider currently in use, or null if none. |
static void |
setProvider(AuditProvider p)
Deprecated. Set the audit provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setProvider(AuditProvider p)
p
- the provider to use for loggingpublic static void authenticateUser(String subsystem, UserInfo info, User result)
AuditProvider.authenticateUser(java.lang.String, UserInfo, User)
public static void checkPermission(String subsystem, Acl acl, Principal principal, Permission permission, boolean result)
AuditProvider.checkPermission(java.lang.String, java.security.acl.Acl, java.security.Principal, java.security.acl.Permission, boolean)
public static AuditProvider getProvider()
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |