パッケージ | 説明 |
---|---|
org.springframework.boot.actuate.audit | コアアクチュエーター監査クラス。 |
org.springframework.boot.actuate.audit.listener | アクチュエーター監査リスナー。 |
org.springframework.boot.actuate.security | セキュリティのためのアクチュエーターサポート。 |
修飾子と型 | メソッドと説明 |
---|---|
ListSE<AuditEvent> | AuditEventRepository.find(StringSE principal, InstantSE after, StringSE type) 提供された時刻に after SE 発生した、指定されたプリンシパルに関連する指定された型の監査イベントを検索します。 |
ListSE<AuditEvent> | InMemoryAuditEventRepository.find(StringSE principal, InstantSE after, StringSE type) |
ListSE<AuditEvent> | AuditEventsEndpoint.AuditEventsDescriptor.getEvents() |
修飾子と型 | メソッドと説明 |
---|---|
void | AuditEventRepository.add(AuditEvent event) イベントをログに記録します。 |
void | InMemoryAuditEventRepository.add(AuditEvent event) |
修飾子と型 | メソッドと説明 |
---|---|
AuditEvent | AuditApplicationEvent.getAuditEvent() 監査イベントを取得します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected void | AuditListener.onAuditEvent(AuditEvent event) |
protected abstract void | AbstractAuditListener.onAuditEvent(AuditEvent event) |
コンストラクターと説明 |
---|
AuditApplicationEvent(AuditEvent auditEvent) 指定された AuditEvent をラップする新しい AuditApplicationEvent を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected void | AbstractAuthenticationAuditListener.publish(AuditEvent event) |
protected void | AbstractAuthorizationAuditListener.publish(AuditEvent event) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.