public interface BasicAuthAuditLogHandler
BasicAuthConfig.| Modifier and Type | Method and Description |
|---|---|
void |
logAllowedPathsChange(Set<String> currentAllowlist,
Set<String> updatedAllowlist)
Log when the list of allowed paths changes.
|
void |
logAllowedUsersChange(Set<String> currentAllowlist,
Set<String> updatedAllowlist)
Log when the list of allowed users changes.
|
void |
logBlockingBasicAuthRequests()
Log when blocking basic auth is turned on.
|
void |
logDoNotBlockBasicAuthRequests()
Log when blocking basic auth is turned off.
|
void logDoNotBlockBasicAuthRequests()
void logBlockingBasicAuthRequests()
void logAllowedPathsChange(@Nonnull Set<String> currentAllowlist, @Nonnull Set<String> updatedAllowlist)
Copyright © 2023 Atlassian. All rights reserved.