Uses of Enum Class
com.atlassian.crowd.model.permission.UserPermission
Packages that use UserPermission
Package
Description
-
Uses of UserPermission in com.atlassian.crowd.dao.permission
Methods in com.atlassian.crowd.dao.permission with parameters of type UserPermissionModifier and TypeMethodDescriptionInternalUserPermissionDAO.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 UserPermission in com.atlassian.crowd.manager.permission
Methods in com.atlassian.crowd.manager.permission that return UserPermissionModifier and TypeMethodDescriptionPermittedGroup.getPermission()A UserPermission granted to this DirectoryGroupPermittedGroupImpl.getPermission()Methods in com.atlassian.crowd.manager.permission with parameters of type UserPermissionModifier and TypeMethodDescriptionbooleanUserPermissionService.currentUserHasPermission(UserPermission permission) Does the current user have the provided permission.booleanUserPermissionServiceImpl.currentUserHasPermission(UserPermission permission) UserPermissionService.getUsersWithPermission(Application application, UserPermission userPermission, boolean includeLocallyCachedOnly) UserPermissionServiceImpl.getUsersWithPermission(Application application, UserPermission permission, boolean includeLocallyCachedOnly) booleanUserPermissionService.hasPermission(String username, UserPermission permission) Does the provided user have the provided permission.booleanUserPermissionServiceImpl.hasPermission(String username, UserPermission permission) booleanRecoveryModeAwareUserPermissionService.hasPermissionOutsideOfGroups(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) booleanUserPermissionService.hasPermissionOutsideOfGroups(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) Does the provided user have the provided permission when not considering the provided groups.booleanUserPermissionServiceImpl.hasPermissionOutsideOfGroups(String username, UserPermission permission, Collection<DirectoryGroup> excludedGroups) voidUserPermissionAdminService.setPermissionForGroups(List<? extends DirectoryGroup> directoryGroupPairs, UserPermission permission) Set the granted permissions for each directoryGroup to permission.voidUserPermissionAdminServiceImpl.setPermissionForGroups(List<? extends DirectoryGroup> directoryGroups, UserPermission permission) Constructors in com.atlassian.crowd.manager.permission with parameters of type UserPermissionModifierConstructorDescriptionPermittedGroupImpl(UserPermission permission, Long directoryId, String directoryName, String groupName) -
Uses of UserPermission in com.atlassian.crowd.model.permission
Methods in com.atlassian.crowd.model.permission that return UserPermissionModifier and TypeMethodDescriptionstatic UserPermissionUserPermission.fromId(int id) Gets a permission by its id.InternalGrantedPermission.getPermission()static UserPermissionReturns the enum constant of this class with the specified name.static UserPermission[]UserPermission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.model.permission that return types with arguments of type UserPermissionModifier and TypeMethodDescriptionstatic Set<UserPermission>UserPermission.allPermissions()Gets all the permissions.Methods in com.atlassian.crowd.model.permission with parameters of type UserPermissionModifier and TypeMethodDescriptionvoidInternalGrantedPermission.setPermission(UserPermission permission) Constructors in com.atlassian.crowd.model.permission with parameters of type UserPermissionModifierConstructorDescriptionInternalGrantedPermission(UserPermission userPermission, DirectoryMapping directoryMapping, String groupName) InternalGrantedPermission(Long id, Date createdDate, UserPermission userPermission, DirectoryMapping directoryMapping, String groupName) -
Uses of UserPermission in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return UserPermissionConstructors in com.atlassian.crowd.plugin.rest.entity with parameters of type UserPermissionModifierConstructorDescriptionRestPermittedGroup(String groupName, UserPermission permission, Long directoryId, String directoryName)