Package com.atlassian.plugins.whitelist
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 TypeMethodDescriptionbooleancanUserAccessProduct(com.atlassian.sal.api.user.UserKey userKey)
-
Method Details
-
canUserAccessProduct
boolean canUserAccessProduct(com.atlassian.sal.api.user.UserKey userKey) - Returns:
trueif user is authenticated and has appropriate basic use access to the product (e.g. licensed, active user).
-