| Modifier and Type | Field and Description |
|---|---|
static BasicAuthConfig |
BasicAuthConfig.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthConfig |
BasicAuthUpdatedEvent.getNewBasicAuthConfig() |
BasicAuthConfig |
BasicAuthUpdatedEvent.getOldBasicAuthConfig() |
| Constructor and Description |
|---|
BasicAuthUpdatedEvent(BasicAuthConfig oldBasicAuthConfig,
BasicAuthConfig newBasicAuthConfig) |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthConfig |
BasicAuthConfigEntity.toConfig(BasicAuthConfig current) |
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthConfigEntity |
BasicAuthConfigEntity.fromConfig(BasicAuthConfig config) |
BasicAuthConfig |
BasicAuthConfigEntity.toConfig(BasicAuthConfig current) |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthConfig |
BasicAuthDao.get() |
BasicAuthConfig |
CachingBasicAuthService.getConfig() |
BasicAuthConfig |
BasicAuthRequestMatcher.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAuthDao.save(BasicAuthConfig newConfig)
Saves the new config and publishes BasicAuthUpdatedEvent A cluster lock locks this operation so only one save can occur at a single time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAuthDao.save(UnaryOperator<BasicAuthConfig> update)
Saves the new config and publishes BasicAuthUpdatedEvent A cluster lock locks this operation so only one save can occur at a single time.
|
| Constructor and Description |
|---|
BasicAuthRequestMatcher(BasicAuthConfig config) |
| Constructor and Description |
|---|
BasicAuthStatusEvent(BasicAuthConfig basicAuthConfig) |
Copyright © 2023 Atlassian. All rights reserved.