クラスの使用
org.springframework.boot.actuate.audit.AuditEvent
AuditEvent を使用するパッケージ
パッケージ
説明
コアアクチュエーター監査クラス。
アクチュエーター監査リスナー。
セキュリティのためのアクチュエーターサポート。
org.springframework.boot.actuate.audit 内の AuditEvent 使用
型 AuditEvent の引数を持つ型を返す org.springframework.boot.actuate.audit のメソッド修飾子と型メソッド説明AuditEventRepository.find(@Nullable StringSE principal, @Nullable InstantSE after, @Nullable StringSE type) 提供された時刻にafterSE 発生した、指定されたプリンシパルに関連する指定された型の監査イベントを検索します。InMemoryAuditEventRepository.find(@Nullable StringSE principal, @Nullable InstantSE after, @Nullable StringSE type) AuditEventsEndpoint.AuditEventsDescriptor.getEvents()型 AuditEvent のパラメーターを持つ org.springframework.boot.actuate.audit のメソッド修飾子と型メソッド説明voidAuditEventRepository.add(AuditEvent event) イベントをログに記録します。voidInMemoryAuditEventRepository.add(AuditEvent event) org.springframework.boot.actuate.audit.listener 内の AuditEvent 使用
型 AuditEvent のパラメーターを持つ org.springframework.boot.actuate.audit.listener のメソッド修飾子と型メソッド説明protected abstract voidAbstractAuditListener.onAuditEvent(AuditEvent event) protected voidAuditListener.onAuditEvent(AuditEvent event) 型 AuditEvent のパラメーターを持つ org.springframework.boot.actuate.audit.listener のコンストラクター修飾子コンストラクター説明AuditApplicationEvent(AuditEvent auditEvent) 指定されたAuditEventをラップする新しいAuditApplicationEventを作成します。org.springframework.boot.actuate.security 内の AuditEvent 使用
型 AuditEvent のパラメーターを持つ org.springframework.boot.actuate.security のメソッド修飾子と型メソッド説明protected voidAbstractAuthenticationAuditListener.publish(AuditEvent event) protected voidAbstractAuthorizationAuditListener.publish(AuditEvent event)