public interface

PermittedGroup

com.atlassian.stash.user.PermittedGroup

Class Overview

Defines an association between a group and a Permission which has been granted to it.

See Also

Summary

Public Methods
@Nonnull String getGroup()
Retrieves the group to which the permission has been granted.
@Nonnull Permission getPermission()
Retrieves the permission which has been granted to the group.

Public Methods

@Nonnull public String getGroup ()

Retrieves the group to which the permission has been granted.

Returns
  • the permitted group

@Nonnull public Permission getPermission ()

Retrieves the permission which has been granted to the group.

Returns
  • the granted permission