| Package | Description |
|---|---|
| com.atlassian.crowd.manager.audit |
| Modifier and Type | Method and Description |
|---|---|
RetentionPeriod |
AuditLogConfiguration.getRetentionPeriod()
Returns period specifying what is maximum audit log entry length of life
Returns an empty optional when retention is unlimited
|
static RetentionPeriod |
RetentionPeriod.ofMonths(Integer months) |
static RetentionPeriod |
RetentionPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetentionPeriod[] |
RetentionPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuditLogConfiguration(RetentionPeriod retentionPeriod)
Creates a configuration instance
|
Copyright © 2023 Atlassian. All rights reserved.