public class BasicAuthConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static BasicAuthConfig |
DEFAULT |
| Constructor and Description |
|---|
BasicAuthConfig(boolean blockRequests,
Iterable<String> allowedPaths,
Iterable<String> allowedUsers,
boolean showWarningMessage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getAllowedPaths() |
Set<String> |
getAllowedUsers() |
int |
hashCode() |
boolean |
isBlockRequests() |
boolean |
isShowWarningMessage() |
String |
toString() |
public static final BasicAuthConfig DEFAULT
Copyright © 2023 Atlassian. All rights reserved.