Interface GroupResolver

All Known Subinterfaces:
UserAccessor, UserAccessorInternal
All Known Implementing Classes:
DefaultUserAccessor, ReadOnlyUserAccessor

@Transactional public interface GroupResolver
Provides operations for resolving Groups.
Since:
7.17
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable com.atlassian.user.Group
    Returns the group with the specified name, or null if the group doesn't exist or the name is null.
  • Method Details

    • getGroup

      @Nullable com.atlassian.user.Group getGroup(String name)
      Returns the group with the specified name, or null if the group doesn't exist or the name is null.