Uses of Interface
com.atlassian.crowd.manager.permission.PermittedGroup
Packages that use PermittedGroup
Package
Description
-
Uses of PermittedGroup in com.atlassian.crowd.dao.permission
Methods in com.atlassian.crowd.dao.permission that return types with arguments of type PermittedGroupModifier and TypeMethodDescriptionInternalUserPermissionDAO.findHighestPermissionPerGroup
(int start, int limit) Find all groups with an explicit permission, and return their highest permissionNoopInternalUserPermissionDAO.findHighestPermissionPerGroup
(int start, int limit) UserPermissionDAOHibernate.findHighestPermissionPerGroup
(int start, int limit) InternalUserPermissionDAO.findHighestPermissionPerGroupByPrefix
(String prefix, int start, int limit) Find all groups with an explicit permission, and return their highest permissionNoopInternalUserPermissionDAO.findHighestPermissionPerGroupByPrefix
(String prefix, int start, int limit) UserPermissionDAOHibernate.findHighestPermissionPerGroupByPrefix
(String prefix, int start, int limit) InternalUserPermissionDAO.getGrantedPermissions
(UserPermission permission) Find all groups that have been explicitly (not implicitly) granted the provided permissionInternalUserPermissionDAO.getGrantedPermissions
(UserPermission permission, Application application) Find all groups that have been explicitly (not implicitly) granted the provided permissionNoopInternalUserPermissionDAO.getGrantedPermissions
(UserPermission permission) NoopInternalUserPermissionDAO.getGrantedPermissions
(UserPermission permission, Application application) UserPermissionDAOHibernate.getGrantedPermissions
(UserPermission permission) UserPermissionDAOHibernate.getGrantedPermissions
(UserPermission permission, Application application) -
Uses of PermittedGroup in com.atlassian.crowd.manager.permission
Classes in com.atlassian.crowd.manager.permission that implement PermittedGroupModifier and TypeClassDescriptionclass
Convenience implementation (non persisted) to return to the service layerMethods in com.atlassian.crowd.manager.permission that return types with arguments of type PermittedGroupModifier and TypeMethodDescriptionUserPermissionAdminService.findGroupsWithPermission
(int start, int limit) Find all groups with an explicit permission Note: there are no authentication checks in this methodUserPermissionAdminServiceImpl.findGroupsWithPermission
(int start, int limit) UserPermissionAdminService.findGroupsWithPermissionByPrefix
(String prefix, int start, int limit) Find all groups with an explicit permission Note: there are no authentication checks in this methodUserPermissionAdminServiceImpl.findGroupsWithPermissionByPrefix
(String prefix, int start, int limit) -
Uses of PermittedGroup in com.atlassian.crowd.model.permission
Classes in com.atlassian.crowd.model.permission that implement PermittedGroup -
Uses of PermittedGroup in com.atlassian.crowd.plugin.rest.entity
Classes in com.atlassian.crowd.plugin.rest.entity that implement PermittedGroup -
Uses of PermittedGroup in com.atlassian.crowd.test.matchers
Classes in com.atlassian.crowd.test.matchers with type parameters of type PermittedGroupMethods in com.atlassian.crowd.test.matchers with type parameters of type PermittedGroupModifier and TypeMethodDescriptionstatic <T extends PermittedGroup>
PermittedGroupMatcher<T>PermittedGroupMatcher.group()
A matcher that matches any directoryGroup.static <T extends PermittedGroup>
PermittedGroupMatcher<T>A matcher that matches any directoryGroup; synonymous withPermittedGroupMatcher.group()
but its argument is used to set the matcher type.static <T extends PermittedGroup>
PermittedGroupMatcher<T>CrowdMatchers.permittedGroup()
Methods in com.atlassian.crowd.test.matchers with parameters of type PermittedGroupModifier and TypeMethodDescriptionPermittedGroupMatcher.matching
(PermittedGroup group) Builds a new specialised matcher to match the attributes in the given group exactly; the returned matcher will only match if all this matcher's non-group-attribute constraints are matched AND all of the matcher's group-attributes are matched.