public abstract class ClientConfigurationHelper extends Object
Modifier and Type | Field and Description |
---|---|
static Boolean |
DEFAULT_ALLOW_ALL_READ_WRITE_FOR_USERS
default value for the client settings, if all users could create global blogs.
|
static Boolean |
DEFAULT_ALLOW_PUBLIC_ACCESS
default value for the client settings to allow public access for blogs.
|
static Boolean |
DEFAULT_AUTOMATIC_USER_ACTIVATION
default value for the client user activation.
|
static String |
DEFAULT_CLIENT_BLOG_COUNT_100_MAIL
TODO For what is this for? More descriptive name please.
|
static String |
DEFAULT_CLIENT_BLOG_COUNT_90_MAIL
TODO For what is this for? More descriptive name please.
|
static Long |
DEFAULT_CLIENT_BLOG_COUNT_LIMIT
default value for the blog count limit
|
static String |
DEFAULT_CLIENT_USER_TAGGED_COUNT_100_MAIL
TODO For what is this for? More descriptive name please.
|
static String |
DEFAULT_CLIENT_USER_TAGGED_COUNT_90_MAIL
TODO For what is this for? More descriptive name please.
|
static Long |
DEFAULT_CLIENT_USER_TAGGED_COUNT_LIMIT
default value for the resource count limit
|
static Boolean |
DEFAULT_DISABLE_PUBLIC_BLOG
default value for the public blog of a communote client.
|
static Long |
DEFAULT_FILE_SYSTEM_REPOSITORY_SIZE_LIMIT
default value for the file system repository size limit in BYTES.
|
Modifier and Type | Method and Description |
---|---|
static Map<ClientConfigurationPropertyConstant,String> |
createStandardClientSettings()
Creates standard client settings.
|
static boolean |
isUserDeletionAllowed()
Returns whether a user can delete his account.
|
public static final Boolean DEFAULT_AUTOMATIC_USER_ACTIVATION
public static final Boolean DEFAULT_ALLOW_ALL_READ_WRITE_FOR_USERS
public static final Boolean DEFAULT_ALLOW_PUBLIC_ACCESS
public static final Boolean DEFAULT_DISABLE_PUBLIC_BLOG
public static final Long DEFAULT_FILE_SYSTEM_REPOSITORY_SIZE_LIMIT
public static final Long DEFAULT_CLIENT_USER_TAGGED_COUNT_LIMIT
public static final Long DEFAULT_CLIENT_BLOG_COUNT_LIMIT
public static final String DEFAULT_CLIENT_BLOG_COUNT_100_MAIL
public static final String DEFAULT_CLIENT_BLOG_COUNT_90_MAIL
public static final String DEFAULT_CLIENT_USER_TAGGED_COUNT_100_MAIL
public static final String DEFAULT_CLIENT_USER_TAGGED_COUNT_90_MAIL
public static Map<ClientConfigurationPropertyConstant,String> createStandardClientSettings()
public static boolean isUserDeletionAllowed()
Copyright © 2019 Communote team. All rights reserved.