Package com.atlassian.confluence.user
Interface GroupResolver
-
- All Known Subinterfaces:
UserAccessor,UserAccessorInternal
- All Known Implementing Classes:
DefaultUserAccessor
@Transactional public interface GroupResolverProvides operations for resolvingGroups.- Since:
- 7.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.atlassian.user.GroupgetGroup(String name)Returns the group with the specified name, ornullif the user doesn't exist or the name isnull.
-
-
-
Method Detail
-
getGroup
@Nullable com.atlassian.user.Group getGroup(String name)
Returns the group with the specified name, ornullif the user doesn't exist or the name isnull.
-
-