public class Property extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
AUDIT_LOG_RETENTION_PERIOD
Server Property: Audit log retention period in days
|
static String |
BACKUP_SCHEDULED_TIME_HOUR
Server property: Determines hour of the day when automated backup is performed
|
static String |
BACKUP_SCHEDULED_TIME_MINUTE
Server property: Determines minute of the hour when automated backup is performed
|
static String |
BUILD_NUMBER
Server Property: The current build number for Crowd.
|
static String |
CACHE_ENABLED
Server Property: Cache enabled.
|
static String |
CACHE_TIME
Server Property: Cache time.
|
static String |
CROWD_BASE_URL
The base URL for the Crowd application
|
static String |
CROWD_PROPERTY_KEY
Parent Property Key for all Crowd Server properties.
|
static String |
CURRENT_LICENSE_RESOURCE_TOTAL
Server Property: Total number of 'current' resources towards the license resource limit, ie number of users.
|
static String |
DATABASE_TOKEN_STORAGE_ENABLED
Server Property: Whether or not Crowd is using database token storage
|
static String |
DEPLOYMENT_TITLE
Server Property: Deployment title.
|
static String |
DES_ENCRYPTION_KEY
Server Property: Server encryption key.
|
static String |
DOMAIN
Server Property: Deployment domain.
|
static String |
EXPORT_USERS_FROM_CONNECTORS_DURING_BACKUP_ENABLED
Server Property: Whether or not to export users from connectors during backup
|
static String |
FORGOTTEN_PASSWORD_EMAIL_TEMPLATE
Server Property: Forgotten password email template
|
static String |
FORGOTTEN_USERNAME_EMAIL_TEMPLATE
Server Property: Forgotten usernames email template
|
static String |
GZIP_ENABLED
Deprecated.
|
static String |
INCLUDE_IP_ADDRESS_IN_VALIDATION_FACTORS |
static String |
MAILSERVER_HOST
Server Property: Mail server host.
|
static String |
MAILSERVER_JNDI_LOCATION
Server Property: Mail Server JNDI Location
|
static String |
MAILSERVER_PASSWORD
Server Property: Mail server password.
|
static String |
MAILSERVER_PORT
Server Property: Mail Server SMTP port
|
static String |
MAILSERVER_PREFIX
Server Property: Mail server prefix.
|
static String |
MAILSERVER_SENDER
Server Property: Mail server sender.
|
static String |
MAILSERVER_TIMEOUT
Server Property: Mail Server SMTP read and connection timeout
|
static String |
MAILSERVER_USE_SSL
Server Property: Mail Server SMTP Use SSL
|
static String |
MAILSERVER_USERNAME
Server Property: Mail server username.
|
static String |
NOTIFICATION_EMAIL
Server Property: Email address for the administrator when server notifications occur.
|
static String |
PASSWORD_EXPIRATION_REMINDER_EMAIL_TEMPLATE
Server Property: Password expiration reminder email template
|
static String |
REMEMBER_ME_ENABLED_PROPERTY_NAME
Server Property: Determines if Remember Me is enabled
|
static String |
REMEMBER_ME_EXPIRY_IN_SECONDS_PROPERTY_NAME
Server Property: Remember Me tokens validity duration expressed in seconds
|
static String |
RESET_DOMAIN_FOR_BACKUP_ENABLED
Server Property: Whether or not to save the backup with the SSO domain information
|
static String |
SAML_KEY_CERTIFICATE_PAIR_TO_SIGN
Server Property: ID of private key/certificate pair used to sign assertions in SAML
|
static String |
SCHEDULED_BACKUP_ENABLED
Server Property: Whether or not to perform automated backup
|
static String |
SECURE_COOKIE
Server Property: SSO Cookie set to "Secure"
|
static String |
SESSION_TIME
Server Property: Session time;
|
static String |
SSO_COOKE_NAME_PROPERTY
Server Property: SSO cookie name, used to be "cookie.tokenkey" in crowd.properties
|
static String |
TOKEN_SEED
Server Property: Custom token seed.
|
static String |
TRUSTED_PROXY_SERVERS
Server Property: A comma-delimited list of trusted proxy servers.
|
static String |
USE_WEB_AVATARS
Server Property: Whether or not to use a public service for avatars
|
Modifier | Constructor and Description |
---|---|
protected |
Property() |
|
Property(String key,
String name,
String value) |
public static final String CROWD_PROPERTY_KEY
public static final String CACHE_TIME
public static final String TOKEN_SEED
public static final String DEPLOYMENT_TITLE
public static final String DOMAIN
public static final String CACHE_ENABLED
public static final String SESSION_TIME
public static final String MAILSERVER_HOST
public static final String MAILSERVER_PREFIX
public static final String MAILSERVER_SENDER
public static final String MAILSERVER_USERNAME
public static final String MAILSERVER_PASSWORD
public static final String FORGOTTEN_PASSWORD_EMAIL_TEMPLATE
public static final String FORGOTTEN_USERNAME_EMAIL_TEMPLATE
public static final String PASSWORD_EXPIRATION_REMINDER_EMAIL_TEMPLATE
public static final String DES_ENCRYPTION_KEY
public static final String CURRENT_LICENSE_RESOURCE_TOTAL
public static final String NOTIFICATION_EMAIL
public static final String BUILD_NUMBER
@Deprecated public static final String GZIP_ENABLED
public static final String TRUSTED_PROXY_SERVERS
public static final String DATABASE_TOKEN_STORAGE_ENABLED
public static final String USE_WEB_AVATARS
public static final String MAILSERVER_JNDI_LOCATION
public static final String MAILSERVER_PORT
public static final String MAILSERVER_TIMEOUT
public static final String MAILSERVER_USE_SSL
public static final String INCLUDE_IP_ADDRESS_IN_VALIDATION_FACTORS
public static final String SECURE_COOKIE
public static final String SSO_COOKE_NAME_PROPERTY
public static final String CROWD_BASE_URL
public static final String AUDIT_LOG_RETENTION_PERIOD
public static final String SAML_KEY_CERTIFICATE_PAIR_TO_SIGN
public static final String REMEMBER_ME_ENABLED_PROPERTY_NAME
public static final String REMEMBER_ME_EXPIRY_IN_SECONDS_PROPERTY_NAME
public static final String SCHEDULED_BACKUP_ENABLED
public static final String EXPORT_USERS_FROM_CONNECTORS_DURING_BACKUP_ENABLED
public static final String RESET_DOMAIN_FOR_BACKUP_ENABLED
public static final String BACKUP_SCHEDULED_TIME_HOUR
public static final String BACKUP_SCHEDULED_TIME_MINUTE
Copyright © 2020 Atlassian. All rights reserved.