public class BasicAuthRequestMatcher extends Object
BasicAuthConfig.| Constructor and Description |
|---|
BasicAuthRequestMatcher(BasicAuthConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
calculateIsPathAllowed(String path) |
protected boolean |
calculateIsUserAllowed(String user) |
BasicAuthConfig |
getConfig() |
boolean |
isBlockRequests() |
boolean |
isPathAllowed(String path) |
boolean |
isUserAllowed(String user) |
public BasicAuthRequestMatcher(@Nonnull BasicAuthConfig config)
public BasicAuthConfig getConfig()
public boolean isBlockRequests()
Copyright © 2023 Atlassian. All rights reserved.