Interface AccessManager


@PublicSpi public interface AccessManager
A simple interface for the purpose of allowing OutboundWhitelist to check the access status of a UserKey.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canUserAccessProduct(com.atlassian.sal.api.user.UserKey userKey)
     
  • Method Details

    • canUserAccessProduct

      boolean canUserAccessProduct(com.atlassian.sal.api.user.UserKey userKey)
      Returns:
      true if user is authenticated and has appropriate basic use access to the product (e.g. licensed, active user).