|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditCredentialMappingEvent
The AuditCredentialMappingEvent
interface is used to post credential mapping audit events. The WebLogic Security Framework implements this interface and may post audit events for the following security events:
A Credential Mapping provider may also implement this interface and post additional types of credential mapping audit events.
An Auditing provider can use this interface to get additional information about the credential mapping audit event. The AuditSeverity
attribute can be used to determine which of the above audit events has been posted.
Method Summary | |
---|---|
abstract Object[] |
getCredentials() Gets the object array of credentials returned by the getCredential operation associated with this AuditCredentialMappingEvent . |
abstract String[] |
getCredentialTypes() Gets the string array of credential types requested in the getCredential operation associated with this AuditCredentialMappingEvent . |
abstract String |
getInitiatorString() Gets the initiator of the getCredential operation associated with this AuditCredentialMappingEvent . |
abstract Subject |
getInitiatorSubject() Gets the subject of the initiator of the getCredential operation associated with this AuditCredentialMappingEvent . |
abstract Subject |
getRequestorSubject() Gets the requestor subject of the getCredential operation associated with this AuditCredentialMappingEvent . |
abstract Resource |
getResource() Gets the resource of the getCredential operation associated with this AuditCredentialMappingEvent . |
Methods inherited from interface weblogic.security.spi.AuditEvent |
---|
getEventType, getFailureException, getSeverity, toString |
Methods inherited from interface weblogic.security.spi.AuditContext |
---|
getContext |
Method Detail |
---|
Resource getResource()
AuditCredentialMappingEvent
.Resource
object for which credentials associated with this AuditCredentialMappingEvent
were requested.Subject getRequestorSubject()
AuditCredentialMappingEvent
.Subject
.Subject getInitiatorSubject()
AuditCredentialMappingEvent
. If the container used the getCredential method with the string initiator parameter, then null is returnedSubject
of the getCredential operation.String getInitiatorString()
AuditCredentialMappingEvent
. If the container used the getCredential method with the Subject initiator parameter, then null is returned.String[] getCredentialTypes()
AuditCredentialMappingEvent
.Object[] getCredentials()
AuditCredentialMappingEvent
.
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |