public interface PermittedUser
ApplicationUser and a Permission which has been granted to them.PermittedGroup| Modifier and Type | Method and Description |
|---|---|
Permission |
getPermission()
Retrieves the permission which has been granted to the user.
|
ApplicationUser |
getUser()
Retrieves the user to which the permission has been granted.
|
@Nonnull Permission getPermission()
@Nonnull ApplicationUser getUser()
Note, the user may not be active
Copyright © 2020 Atlassian. All rights reserved.