Like Right

Last modified by Eleni Cojocariu on 2026/08/12 16:21

Explanation

Liking is guarded by a right of its own, named like, which the API registers when its Component initializes and unregisters when that Component is disposed. The right applies to wikis, spaces and documents, and it is allowed by default: registered users can like pages without an administrator granting anything, and administrators restrict the feature by denying it.

The right says nothing about guests: the Like Script Service refuses them on top of it, while a Component calling the Like Java API is stopped by the right alone.

FAQ

Is the right available as soon as the wiki starts?

No. LikeManager.getLikeRight() returns null until the Like Component has initialized and registered it.

Related

Get Connected