PrivacyManager maintains and queries user privacy settings
An implementation can modify the behavior of the Privacy Service within sakai.properties:
privacy.manager.defaultViewable=true|false
a 'true' value will set privacy enabled for a user whose privacy settings are unknown
a 'false' value will set privacy disabled for a user whose privacy settings are unknown
If this value is not set, the default behavior will be to show users or make them viewable. |