|
Oracle | ||||||||||
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()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |