Interface AccessStatus


public interface AccessStatus
Represents the type of access to Confluence a user has. A user can either be:
  • A licensed user (full Confluence access)
  • A logged in unlicensed user (limited Confluence access)
  • An anonymous user with anonymous access enabled
  • Not permitted (everything else)

Note: if a user has one type of access, it does not necessarily imply they have others, for example, hasLicensedAccess() and hasUnlicensedAuthenticatedAccess() cannot both be true.