Modifier and Type | Class and Description |
---|---|
class |
ImmutableCrowdSpecificRememberMeSettings |
Modifier and Type | Method and Description |
---|---|
CrowdSpecificRememberMeSettings |
InternalPropertyManager.getRememberMeConfiguration()
Retrieves remember me configuration
|
CrowdSpecificRememberMeSettings |
PropertyManagerGeneric.getRememberMeConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
InternalPropertyManager.setRememberMeConfiguration(CrowdSpecificRememberMeSettings configuration)
Sets remember me configuration
|
void |
PropertyManagerGeneric.setRememberMeConfiguration(CrowdSpecificRememberMeSettings configuration) |
Modifier and Type | Method and Description |
---|---|
CrowdSpecificRememberMeSettings |
CrowdRememberMeConfigurationImpl.getConfiguration() |
CrowdSpecificRememberMeSettings |
CrowdRememberMeConfiguration.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
CrowdRememberMeConfigurationImpl.saveConfiguration(CrowdSpecificRememberMeSettings configuration) |
void |
CrowdRememberMeConfiguration.saveConfiguration(CrowdSpecificRememberMeSettings configuration)
Stores passed configuration
|
Modifier and Type | Method and Description |
---|---|
static RememberMeConfigurationEntity |
RememberMeConfigurationEntity.of(CrowdSpecificRememberMeSettings configuration) |
Modifier and Type | Method and Description |
---|---|
CrowdSpecificRememberMeSettings |
TransactionalRememberMeService.getConfiguration() |
CrowdSpecificRememberMeSettings |
CrowdRememberMeService.getConfiguration()
Retrieves current configuration
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionalRememberMeService.saveConfiguration(CrowdSpecificRememberMeSettings configuration) |
void |
CrowdRememberMeService.saveConfiguration(CrowdSpecificRememberMeSettings configuration)
Validates and stores passed configuration, if
isEnabled() happens to be
false all existing tokens will be expired immediately |
Copyright © 2021 Atlassian. All rights reserved.