Class Property
java.lang.Object
com.atlassian.crowd.model.property.Property
- All Implemented Interfaces:
Serializable
Captures various server properties of the crowd server.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Server Property: Audit log retention period in daysstatic final String
Server property: Determines hour of the day when automated backup is performedstatic final String
Server property: Determines minute of the hour when automated backup is performedstatic final String
Server Property: The current build number for Crowd.static final String
Server Property: Cache enabled.static final String
Server Property: Cache time.static final String
The base URL for the Crowd applicationstatic final String
static final String
Parent Property Key for all Crowd Server properties.static final String
Server Property: Total number of 'current' resources towards the license resource limit, ie number of users.static final String
Server Property: Whether or not Crowd is using database token storagestatic final String
Server Property: Deployment title.static final String
Server Property: Server encryption key.static final String
Server Property: Deployment domain.static final String
Server property: Email change info email templatestatic final String
Server Property: Email change validation email templatestatic final String
Server Property: When set to true, Crowd will send emails rendered as HTML instead of plain text.static final String
Server Property: Whether or not to export users from connectors during backupstatic final String
Server Property: Forgotten password email templatestatic final String
Server Property: Forgotten usernames email templatestatic final String
Deprecated.static final String
static final String
Server Property: Look and feel configurationstatic final String
Server Property: Mail server host.static final String
Server Property: Unique ID of the mail server.static final String
Server Property: Mail Server JNDI Locationstatic final String
Server Property: OAuth2 configuration ID used to connect to mail server.static final String
Server Property: Mail server password.static final String
Server Property: Mail Server SMTP portstatic final String
Server Property: Mail server prefix.static final String
Server Property: Mail server sender.static final String
Server Property: Mail Server START TLS Optionstatic final String
Server Property: Mail Server SMTP read and connection timeoutstatic final String
Server Property: Mail Server SMTP Use SSLstatic final String
Server Property: Mail server username.static final String
Server Property: Email address for the administrator when server notifications occur.static final String
Server Property: Password expiration reminder email templatestatic final String
Server Property: Determines if Remember Me is enabledstatic final String
Server Property: Remember Me tokens validity duration expressed in secondsstatic final String
Server Property: Whether or not to save the backup with the SSO domain informationstatic final String
Server Property: ID of private key/certificate pair used to sign assertions in SAMLstatic final String
Server Property: Whether or not to perform automated backupstatic final String
Server Property: SSO Cookie set to "Secure"static final String
Server Property: Session time;static final String
Server Property: SSO cookie name, used to be "cookie.tokenkey" in crowd.propertiesstatic final String
Server Property: Custom token seed.static final String
Server Property: A comma-delimited list of trusted proxy servers.static final String
Server Property: Whether or not to use a public service for avatarsstatic final String
Server Property: User added notification email template -
Constructor Summary
-
Method Summary
-
Field Details
-
CROWD_PROPERTY_KEY
Parent Property Key for all Crowd Server properties.- See Also:
-
CACHE_TIME
Server Property: Cache time.- See Also:
-
TOKEN_SEED
Server Property: Custom token seed.- See Also:
-
DEPLOYMENT_TITLE
Server Property: Deployment title.- See Also:
-
DOMAIN
Server Property: Deployment domain.- See Also:
-
CACHE_ENABLED
Server Property: Cache enabled.- See Also:
-
SESSION_TIME
Server Property: Session time;- See Also:
-
MAILSERVER_ID
Server Property: Unique ID of the mail server.- See Also:
-
MAILSERVER_HOST
Server Property: Mail server host.- See Also:
-
MAILSERVER_PREFIX
Server Property: Mail server prefix.- See Also:
-
MAILSERVER_SENDER
Server Property: Mail server sender.- See Also:
-
MAILSERVER_USERNAME
Server Property: Mail server username.- See Also:
-
MAILSERVER_PASSWORD
Server Property: Mail server password.- See Also:
-
MAILSERVER_OAUTH2_CONFIGURATION_ID
Server Property: OAuth2 configuration ID used to connect to mail server.- See Also:
-
USER_ADDED_EMAIL_TEMPLATE
Server Property: User added notification email template- See Also:
-
FORGOTTEN_PASSWORD_EMAIL_TEMPLATE
Server Property: Forgotten password email template- See Also:
-
FORGOTTEN_USERNAME_EMAIL_TEMPLATE
Server Property: Forgotten usernames email template- See Also:
-
PASSWORD_EXPIRATION_REMINDER_EMAIL_TEMPLATE
Server Property: Password expiration reminder email template- See Also:
-
EMAIL_CHANGE_VALIDATION_EMAIL_TEMPLATE
Server Property: Email change validation email template- See Also:
-
EMAIL_CHANGE_INFO_EMAIL_TEMPLATE
Server property: Email change info email template- See Also:
-
DES_ENCRYPTION_KEY
Server Property: Server encryption key.- See Also:
-
CURRENT_LICENSE_RESOURCE_TOTAL
Server Property: Total number of 'current' resources towards the license resource limit, ie number of users.- See Also:
-
NOTIFICATION_EMAIL
Server Property: Email address for the administrator when server notifications occur.- See Also:
-
BUILD_NUMBER
Server Property: The current build number for Crowd.- See Also:
-
GZIP_ENABLED
Deprecated.Server Property: True if GZip compression is enabled on the response.- See Also:
-
TRUSTED_PROXY_SERVERS
Server Property: A comma-delimited list of trusted proxy servers.- See Also:
-
DATABASE_TOKEN_STORAGE_ENABLED
Server Property: Whether or not Crowd is using database token storage- See Also:
-
USE_WEB_AVATARS
Server Property: Whether or not to use a public service for avatars- See Also:
-
MAILSERVER_JNDI_LOCATION
Server Property: Mail Server JNDI Location- See Also:
-
MAILSERVER_START_TLS
Server Property: Mail Server START TLS Option- See Also:
-
MAILSERVER_PORT
Server Property: Mail Server SMTP port- See Also:
-
MAILSERVER_TIMEOUT
Server Property: Mail Server SMTP read and connection timeout- See Also:
-
MAILSERVER_USE_SSL
Server Property: Mail Server SMTP Use SSL- See Also:
-
INCLUDE_IP_ADDRESS_IN_VALIDATION_FACTORS
- See Also:
-
SECURE_COOKIE
Server Property: SSO Cookie set to "Secure"- See Also:
-
SSO_COOKE_NAME_PROPERTY
Server Property: SSO cookie name, used to be "cookie.tokenkey" in crowd.properties- Since:
- 3.0
- See Also:
-
CROWD_BASE_URL
The base URL for the Crowd application- Since:
- 3.0
- See Also:
-
AUDIT_LOG_RETENTION_PERIOD
Server Property: Audit log retention period in days- See Also:
-
SAML_KEY_CERTIFICATE_PAIR_TO_SIGN
Server Property: ID of private key/certificate pair used to sign assertions in SAML- See Also:
-
REMEMBER_ME_ENABLED_PROPERTY_NAME
Server Property: Determines if Remember Me is enabled- See Also:
-
REMEMBER_ME_EXPIRY_IN_SECONDS_PROPERTY_NAME
Server Property: Remember Me tokens validity duration expressed in seconds- See Also:
-
SCHEDULED_BACKUP_ENABLED
Server Property: Whether or not to perform automated backup- See Also:
-
EXPORT_USERS_FROM_CONNECTORS_DURING_BACKUP_ENABLED
Server Property: Whether or not to export users from connectors during backup- See Also:
-
RESET_DOMAIN_FOR_BACKUP_ENABLED
Server Property: Whether or not to save the backup with the SSO domain information- See Also:
-
BACKUP_SCHEDULED_TIME_HOUR
Server property: Determines hour of the day when automated backup is performed- See Also:
-
BACKUP_SCHEDULED_TIME_MINUTE
Server property: Determines minute of the hour when automated backup is performed- See Also:
-
LOOK_AND_FEEL_CONFIGURATION_PROPERTY_NAME
Server Property: Look and feel configuration- See Also:
-
CROWD_DEFAULT_ENCRYPTOR_PROPERTY
- See Also:
-
EMAIL_RENDERED_AS_HTML
Server Property: When set to true, Crowd will send emails rendered as HTML instead of plain text.- See Also:
-
-
Constructor Details
-
Property
-
Property
protected Property()
-
-
Method Details