|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents an audit record for the auditing provider.
| Field Summary | |
static java.lang.String |
REQUESTOR_ALIAS
The alias that should be used to store the subject of the identity that audited the event. |
| Method Summary | |
java.lang.String |
getAuthorityName()
Get the name of the naming authority that defines this naming convention. |
ContextHandler |
getContext()
Get the context of the application at the time of this audit event. |
java.util.Enumeration |
getDeepEnumeration()
Get an enumeration of NameValueTypes that contain this audit record's name fields. |
java.util.Enumeration |
getEnumeration()
Get an enumeration of NameValueTypes that contain this audit record's name fields. |
java.lang.Object |
getSubject(java.lang.String alias)
Returns the subject associated with the given alias. |
java.util.Enumeration |
getSubjectAliases()
Lists all the subject alias names of this audit event. |
void |
setSubject(java.lang.String alias,
java.lang.Object subject)
Associates the given subject with the supplied alias. |
java.lang.String |
toString()
Get a string representation of this resource name. |
| Methods inherited from interface weblogic.security.spi.AuditEvent |
getEventType,
getFailureException,
getSeverity |
| Field Detail |
public static final java.lang.String REQUESTOR_ALIAS
| Method Detail |
public java.lang.Object getSubject(java.lang.String alias)
alias - the alias name
public void setSubject(java.lang.String alias,
java.lang.Object subject)
alias - the alias namesubject - the subject to assoicate with the given aliaspublic java.util.Enumeration getSubjectAliases()
public ContextHandler getContext()
ContextHandlerpublic java.lang.String getAuthorityName()
Stringpublic java.util.Enumeration getEnumeration()
NameValueTypes that contain this audit record's name fields. This enumeration only contains the
fields explicitly designated by its naming authority. Sub-authories are not recursively resolved.
Enumeration of NameValueTypes.public java.util.Enumeration getDeepEnumeration()
NameValueTypes that contain this audit record's name fields. This enumeration contains all
fields designated by its naming authority and all sub-authories.
Enumeration of NameValueTypes.public java.lang.String toString()
String representing this resource name.
|
Documentation is available at http://edocs.bea.com/ales/docs30 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||