com.atlassian.bitbucket.permission.EffectivePermission |
Known Indirect Subclasses
|
Class Overview
An effective permission is a permission that is either:
- directly granted (as a permission associated with the user or as a permission associated with a group
the user is a member of),
- or indirectly granted through a
inherited
permission
(such as a sysadmin
inheriting a
admin
permission).
Public Methods
Accepts the provided visitor
and invokes the appropriate visit
overloaded method.
Returns
- the result of the invoked
visit
method