Class DismissibleMessagesKeys
java.lang.Object
com.atlassian.crowd.console.message.DismissibleMessagesKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Corresponds to the warning shown if at least one application hasApplicationAttributeConstants.AUTHENTICATION_WITHOUT_PASSWORD_ENABLED
property set to true.static final String
Corresponds to the warning shown if at least one LDAP directory uses JNDI pooling and timeout is set to '0' (no timeout).static final String
Corresponds to the warning shown if at least one LDAP directory has pooling disabled due to StartTLS. -
Method Summary
-
Field Details
-
INSECURE_APPS
Corresponds to the warning shown if at least one application hasApplicationAttributeConstants.AUTHENTICATION_WITHOUT_PASSWORD_ENABLED
property set to true.- See Also:
-
STARTTLS_POOLING
Corresponds to the warning shown if at least one LDAP directory has pooling disabled due to StartTLS.- See Also:
-
JNDI_TIMEOUT_UNLIMITED
Corresponds to the warning shown if at least one LDAP directory uses JNDI pooling and timeout is set to '0' (no timeout).- See Also:
-