Uses of Enum Class
com.atlassian.crowd.model.permission.UserPermission
Packages that use UserPermission
-
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 DirectoryGroup -
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.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.