| Package | Description |
|---|---|
| com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
| com.atlassian.confluence.it.system | |
| com.atlassian.confluence.security.login | |
| com.atlassian.confluence.setup | |
| com.atlassian.confluence.user | |
| com.atlassian.confluence.util | |
| com.atlassian.confluence.web.filter | |
| com.atlassian.core.bean |
| Constructor and Description |
|---|
HibernateJournalDao(Clock clock) |
JournalCleaner(JournalDao journalDao,
Clock clock,
long defaultTimeToLiveMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableClock
A settable instance of clock useful for manipulating time in tests
|
| Constructor and Description |
|---|
DefaultLoginManager(SettingsManager settingsManager,
UserAccessor userAccessor,
BandanaManager bandanaManager,
Clock clock,
UserLoginInfoDao loginInfoDao) |
| Modifier and Type | Method and Description |
|---|---|
Clock |
ConfluenceCommonConfig.defaultClock() |
| Constructor and Description |
|---|
DefaultUserVerificationTokenManager(UserVerificationTokenDao tokenStore,
Clock clock) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClock
|
| Constructor and Description |
|---|
ConfluenceTimeoutFilter(Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityObject.setClock(Clock clock)
The clock is used to fool the entity into thinking that the current time is different
to what it actually is.
|
Copyright © 2003–2017 Atlassian. All rights reserved.